J
John T.
I have a subform (subfrm_pics) containing 4 text boxes which are OLE types.
The idea is when the user opens the form (frm_main) they simply double click
the subform text boxes (OLE type) and then simply link the box with a pic on
the computer network.
Its been working fine until the other day, I linked a pic to a box, the pic
comes up but then I can't access any other field in the main form. As if the
cursor or focus is locked on the text box OLE. When I go to close the
database, I get the prompt:
"You can't save this record at this time. Database may have encountered an
error while trying to save a record. If you close this object now, the data
changes you made will be lost. Do you want to close the database object now?
"
Both the subform and main form are linked to the query called qry_main.
Which is basically a query containing all the fields from the main table
with the ascending order of a field called JobNo.
any suggestions?
The idea is when the user opens the form (frm_main) they simply double click
the subform text boxes (OLE type) and then simply link the box with a pic on
the computer network.
Its been working fine until the other day, I linked a pic to a box, the pic
comes up but then I can't access any other field in the main form. As if the
cursor or focus is locked on the text box OLE. When I go to close the
database, I get the prompt:
"You can't save this record at this time. Database may have encountered an
error while trying to save a record. If you close this object now, the data
changes you made will be lost. Do you want to close the database object now?
"
Both the subform and main form are linked to the query called qry_main.
Which is basically a query containing all the fields from the main table
with the ascending order of a field called JobNo.
any suggestions?