D
Derek
Hi
Sorry to put another string in the newsgroup about this
problem but I need urgent help.
I have a main form and a subform. I programmatically enter
information into the subform. When I try to print a record
I get an error and no data. The print command button is on
the subform. No matter how many times I refresh the record
the data will not show. I have to close the report and
reopen it to be able to print the record. So clearly
refresh does not write the record to the database. Someone
mentioned to try
Me.Dirty = False.
Even that doesn't work. Can I not forse the record to save
with Update or is there a save command?
Any Ideas? Help!!
Sorry to put another string in the newsgroup about this
problem but I need urgent help.
I have a main form and a subform. I programmatically enter
information into the subform. When I try to print a record
I get an error and no data. The print command button is on
the subform. No matter how many times I refresh the record
the data will not show. I have to close the report and
reopen it to be able to print the record. So clearly
refresh does not write the record to the database. Someone
mentioned to try
Me.Dirty = False.
Even that doesn't work. Can I not forse the record to save
with Update or is there a save command?
Any Ideas? Help!!