Data Entry

Keiath

Registered User.
Local time
Today, 22:20
Joined
Jan 6, 2012
Messages
104
I know I've done something dumb, But I cant enter data directly on to the form

I can enter data onto the table, and it appears on the form.

What have I done wrong??

Thanks in advance
 
Look at the form properties, make sure Allow Additions on the Data Tab is set to Yes.

Also, if your form record source is a query make the query is updatable.
If the latter is the problem, check this link: http://allenbrowne.com/ser-61.html

Catalina
 
Last edited:
Look at the form properties, make sure Allow Additions on the Data Tab is set to Yes.

Also, if your form record source is a query make the query is updatable.
If the latter is the problem, check this link: http://allenbrowne.com/ser-61.html

Catalina

Ive checked both these and it still will not let me add at the form, any ideas
 
Can you attach the database, without relevant data, to a post so someone can have a look?

Catalina
 
The query you use as source for the form is non updatable.
Check the link in my first post and/or do a search on this forum on the subject.
There are a lot of posts handling this issue.

Catalina
 
The query you use as source for the form is non updatable.
Check the link in my first post and/or do a search on this forum on the subject.
There are a lot of posts handling this issue.

Catalina

I've looked though this and I still cant work it out whats going on, sorry am a bit of a noob

Keith
 
What you are doing is combining fields of all tables in one form, you cannot add and update like that.

Look at using a main form for the main table and subforms for all others. You can still put subforms on tabs, so it will basically look the same. And of course you have to link main form and subforms appropriately.

Again do a search, this has been mentioned numerous times and Google for some sample databases. Studying those will help you tremendously.

Catalina
 
That makes sense, the problem with subforms (apart from the 1st tab for comments which would benefit from a subform as that is continuous and therefore not restricted to 7 or 8 max) sub forms dont display is the same way as they are currently laid out,

So i guess my only other option is to have button to open forms to replace the other current tabs?

What is the best option as I am sure you can see from the attached database what I am trying to do

Thanks in advance

Keith
 
So i guess my only other option is to have button to open forms to replace the other current tabs?

You can place subforms directly on the page of the tab control, so you
use the tabs to go to the subform you want. No other buttons needed.

Like I said, try to find some samples, they will be a big help.

Catalina
 

Users who are viewing this thread

Back
Top Bottom