B
Bonnie
Hi,
Can anyone tell me what I am doing wrong. Here's the code on a command
button:
If Not IsNull(Me.Doors1.Column(0)) Then
Me.OrderItemNo = Me.Doors1.Column(0)
Me.ItemQty = Me.Qty1
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.GoToRecord acDataForm, "Forms!OrdersGarage", acNewRec
End If
I get an error: "Forms!OrdersGarage" isn't open. I know it's open, it's
the form the command button is on.
Thanks in advance.
Can anyone tell me what I am doing wrong. Here's the code on a command
button:
If Not IsNull(Me.Doors1.Column(0)) Then
Me.OrderItemNo = Me.Doors1.Column(0)
Me.ItemQty = Me.Qty1
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.GoToRecord acDataForm, "Forms!OrdersGarage", acNewRec
End If
I get an error: "Forms!OrdersGarage" isn't open. I know it's open, it's
the form the command button is on.
Thanks in advance.