K
Keeler
I'm trying to go from a continuous form [quick time change form] where
patients are listed on a single line to a single form [Main] where you can
enter additional information, like demographics, etc. on that patient if you
need to. I'm trying to do it when they double click the Medical record
number [MR#] on the continuous form. I've taken advise from another message
in the discussion group, but am stuck. When I double click the MR#, it takes
me to the Main form, but it takes me to the first record. Not sure what I'm
doing wrong. I created the following line of code in the double click event
for MR# based on what was advised in the other discussion group message:
DoCmd.OpenForm "Main", , , [MR#] = Forms![quick time change form]![MR#]
patients are listed on a single line to a single form [Main] where you can
enter additional information, like demographics, etc. on that patient if you
need to. I'm trying to do it when they double click the Medical record
number [MR#] on the continuous form. I've taken advise from another message
in the discussion group, but am stuck. When I double click the MR#, it takes
me to the Main form, but it takes me to the first record. Not sure what I'm
doing wrong. I created the following line of code in the double click event
for MR# based on what was advised in the other discussion group message:
DoCmd.OpenForm "Main", , , [MR#] = Forms![quick time change form]![MR#]