Add a New Record

samuvk

Registered User.
Local time
Today, 11:39
Joined
Mar 3, 2010
Messages
24
I having problems adding new records:

I believe it is because the pointer in the table is not in the last record, but I don't know how to force to the table start in the last record.

I created a form, where I created all the objects with the option --> Remember the value for late use.

Then when I create a buttom to introduce all the values in the combobox, etc I selected the option --> Record Operations --> Add New Records

But I don't know what happend that when I press the button, the table don't accept the records and the information it is not recorded into the table.

Only if I am going to the table and create records, the form will modify the records already created, but the form never create new records.

Anyone please can help me on that.

Thank you very much
 
Last edited:
Is the form bound to the table you're editing? And are all the objects on the form bound to fields in that table?
 
The objects yes, I don't know about the form because I don't know how to bound the form to a table.

Thank you
 
I guess it must be if you've bound the fields. Check it though - in the form's properties, it should show the table name in 'record source'. If it doesn't that's the problem.
 

Users who are viewing this thread

Back
Top Bottom