saving information

  • Thread starter klp via AccessMonster.com
  • Start date
K

klp via AccessMonster.com

I have a form and on this form I have a button to open up another form to
enter notes. Once I click okay I want it to save to that particular record on
the main form. However it doesn't, when I go back to look at the data,
nothing is there. I have this logic in my form:

DoCmd.OpenForm "frmRMANotes", , , "RMAID = " & Me!RMAID, , acDialog, Me!RMAID

I have not had this problem before. I am in fact using SQL tables. So it's
possible it could be in my relationships of my tables and if that's the case
I'll have to figure that out. But I eliminate one by one what the cause is.

Thanks in advance.

Kim P
 
K

klp via AccessMonster.com

PLS disregard this message. If I'd spent a few extra minutes at it I would've
figured it out! Thanks again.
 
Top