G
Guest
Hi everyone
I am trying to set a button that runs off a macro on form1 that opens form2
and goes to the specific record that was selected on form1.
Here's the set-up:
Forms "IF_assignaccount" and "AF_projectstatus" are based on queries
(projectstatus has a preexisting filter from the query
(((AF_ProjectStatus.Closed=-1))) AND ((AF_ProjectStatus.Closed=-1))
The command button created on the "projectstatus" form was set to run the
following macro:
-openform
Name:IF_Assignaccount
View:Form
Filter:
WhereCondition:[Forms]![AF_ProjectStatus]![ProjectAccessionNumber]=[Forms]![IF_AssignAccount]![ProjectAccessionNumber]
DataMode:
WindowMode:Normal
-MoveSize
-beep
When I excute the button, The form appears and is set at the correct
location and the system beeps. However, The form does not select the
specific record and has no data (structure, fields etc are all there, just no
data). I have tried adjusting different properties on form2 to get the
matched record to show up but no dice.
Any steerage would be helpful.....Thanks to all !!!!
I am trying to set a button that runs off a macro on form1 that opens form2
and goes to the specific record that was selected on form1.
Here's the set-up:
Forms "IF_assignaccount" and "AF_projectstatus" are based on queries
(projectstatus has a preexisting filter from the query
(((AF_ProjectStatus.Closed=-1))) AND ((AF_ProjectStatus.Closed=-1))
The command button created on the "projectstatus" form was set to run the
following macro:
-openform
Name:IF_Assignaccount
View:Form
Filter:
WhereCondition:[Forms]![AF_ProjectStatus]![ProjectAccessionNumber]=[Forms]![IF_AssignAccount]![ProjectAccessionNumber]
DataMode:
WindowMode:Normal
-MoveSize
-beep
When I excute the button, The form appears and is set at the correct
location and the system beeps. However, The form does not select the
specific record and has no data (structure, fields etc are all there, just no
data). I have tried adjusting different properties on form2 to get the
matched record to show up but no dice.
Any steerage would be helpful.....Thanks to all !!!!