W
Walter
Can someone tell me what is wrong with the following
command?
DoCmd.OpenForm("frmPlantingDetails", , , "PlantingID
=" & Me.PlantingID)
When I move the cursor to another line I get an
error "Expected =". I am trying to open a
form "frmPlantingDetails" as a subform to a
form "frmPlantings" with a command button. The PlantingID
control is on both forms. It is the primary key
for "frmPlantings".
Thanks in advance,
Walter
command?
DoCmd.OpenForm("frmPlantingDetails", , , "PlantingID
=" & Me.PlantingID)
When I move the cursor to another line I get an
error "Expected =". I am trying to open a
form "frmPlantingDetails" as a subform to a
form "frmPlantings" with a command button. The PlantingID
control is on both forms. It is the primary key
for "frmPlantings".
Thanks in advance,
Walter