J
Joy M
Hi -
I open an Invoice form and InvoiceDetails subform as a New Rec in the
current event for the parent.
I put data in both forms and save them. I can see the data in both tables
OK.
What I would like is for the InvoiceDetails subform to prompt me with the *
(asterisk) row.
In the begining, there is just the triangle, then it changes to the pencil
(record is dirty), then back to the triangle when
the record is saved.
After the record is saved, I would like to have the option to go to
the following row automatically, in case there is another Premium for that
Invoice.
I have tried
DoCmd.GoToRecord , , acNewRec
It gives the message. "You can't go to the specified record"
I don't see why I am getting this message.
I don't know how to get the * (asterisk) row prompt.
I don't know what else to do.
Any thoughts?
Thanks for your help. I appreciate it.
Joy
I open an Invoice form and InvoiceDetails subform as a New Rec in the
current event for the parent.
I put data in both forms and save them. I can see the data in both tables
OK.
What I would like is for the InvoiceDetails subform to prompt me with the *
(asterisk) row.
In the begining, there is just the triangle, then it changes to the pencil
(record is dirty), then back to the triangle when
the record is saved.
After the record is saved, I would like to have the option to go to
the following row automatically, in case there is another Premium for that
Invoice.
I have tried
DoCmd.GoToRecord , , acNewRec
It gives the message. "You can't go to the specified record"
I don't see why I am getting this message.
I don't know how to get the * (asterisk) row prompt.
I don't know what else to do.
Any thoughts?
Thanks for your help. I appreciate it.
Joy