R
RedHeadedMonster via AccessMonster.com
I have a data entry form that is a series of Tabs. You go thru the tabs and
enter your data.
I have one tab [VALIDATION] where you assign an Investigator
[AssignInvestigator]. After an investigator has been assigned, I use a SQL
statement to insert the investigators name into the the Investigation table,
that works fine no problem. The problem is if, after you assign the
investigator's name, you click on the [INVESTIGATION] Tab, the investigators
name [INVESTIGATOR]is blank. Unless you go to a new record then come back to
this one, then it shows up, because, like I said the SQL statement works.
I've tried all kinds of Refresh and Requery statements, to occur on the
AfterUpdate of [AssignInvestigator]. Also on the GotFocus & OnCurrent
eventof the [INVESTIGATION] tab. Nothing is working.
Any suggestions?
Thanx!
RHM
enter your data.
I have one tab [VALIDATION] where you assign an Investigator
[AssignInvestigator]. After an investigator has been assigned, I use a SQL
statement to insert the investigators name into the the Investigation table,
that works fine no problem. The problem is if, after you assign the
investigator's name, you click on the [INVESTIGATION] Tab, the investigators
name [INVESTIGATOR]is blank. Unless you go to a new record then come back to
this one, then it shows up, because, like I said the SQL statement works.
I've tried all kinds of Refresh and Requery statements, to occur on the
AfterUpdate of [AssignInvestigator]. Also on the GotFocus & OnCurrent
eventof the [INVESTIGATION] tab. Nothing is working.
Any suggestions?
Thanx!
RHM