How can I force the record to save?

  • Thread starter TonyWilliams via AccessMonster.com
  • Start date
T

TonyWilliams via AccessMonster.com

I have a form with two subforms. As I inpyt all the data everything looks
fine. I use the navigation buttons to move to a new record. BUT all the data
is not being saved in the tables that the subforms are bound to. Could anyone
give me a starting point as to where I should start looking?
Just spent an hour inputting the data only to look in the tables and find
there's nothing there!
Thanks
Tony
 
S

Stefan Hoffmann

hi Tony,

I have a form with two subforms. As I inpyt all the data everything looks
fine. I use the navigation buttons to move to a new record. BUT all the data
is not being saved in the tables that the subforms are bound to. Could anyone
give me a starting point as to where I should start looking?
Check whether the link master field/child field properties are set as
needed.

Check the code behind your forms. May saving is suppressed there.
Just spent an hour inputting the data only to look in the tables and find
there's nothing there!
You should test before working with your forms ;)


mfG
--> stefan <--
 
T

TonyWilliams via AccessMonster.com

Stefan, I deleted the links then recreated them exactly the same and it now
works!
Odd?
Thanks for your tip.
Tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top