A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Editing or adding records in a form



 
 
Thread Tools Display Modes
  #11  
Old May 14th, 2007, 04:35 AM posted to microsoft.public.access.forms
Bobk
external usenet poster
 
Posts: 66
Default Editing or adding records in a form

I had the same problem - A perfectly running form that was being used for
data entry and editing stopped working. It acted like edit, add and delete
were turned off. I tried everything I could think of and then came here to
see if anyone else had the same problem. It was suggested that the query was
not allowing the update. I checked my query and it was set as a select query.
I Changed that to be an update query and then re-selected the select query
option. I then tried my form and it worked ok.

"ChrisJ" wrote:

Post the SQL of the form's recordsource, and we may be able to tell you how
to fix it. You may need to go to a form/subform setup

"Jools" wrote:

What do I do if this does not allow any editing or changes?

Thanks


  #12  
Old July 31st, 2007, 10:02 PM posted to microsoft.public.access.forms
Yula
external usenet poster
 
Posts: 33
Default Editing or adding records in a form

SELECT Main_Table.Inserter, Main_Table.Date, Main_Table.Meter,
Main_Table.Shift, Main_Table.Category, Main_Table.Job, Main_Table.ID,
Main_Table.Count, Main_Table.Postage, Main_Table.MasterItem1,
Main_Table.PSItem1, Main_Table.Description1, Main_Table.Price1,
Main_Table.MasterItem2, Main_Table.PSItem2, Main_Table.Description2,
Main_Table.Price2, Main_Table.CostCenter, Main_Table.Contact, Main_Table.OH,
Main_Table.Post, Main_Table.Total
FROM Main_Table;

Any suggestions? I can't add new records! Please Help

"ChrisJ" wrote:

Post the SQL of the form's recordsource, and we may be able to tell you how
to fix it. You may need to go to a form/subform setup

"Jools" wrote:

What do I do if this does not allow any editing or changes?

Thanks


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Continuous Subform / Form - Orphan records Rich J Using Forms 6 October 15th, 2004 08:59 PM
Using a form to select records Sandra Grawunder Using Forms 1 September 22nd, 2004 03:46 PM
New records can't be seen rleblanc Using Forms 6 August 14th, 2004 02:43 PM
Adding Records imbd4a General Discussion 3 July 25th, 2004 10:26 PM


All times are GMT +1. The time now is 05:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.