D
Dr. Brad
Good morning,
I use Windows 2000 and access 2000. I have a form called "frmDaily Job
Report," on this form is a subform called "frmInventory" which has a
control called "Item."
I want to put a constant in the control. I use an event procedure (on got
focus) and I start the coding as follows:
Forms![frmDaily Job Report]![frmInventory].Form![frmInventory].[Item] =
ItemDescription.
ItemDescription is my constant.
This does not work! Any suggestions??
Brad
I use Windows 2000 and access 2000. I have a form called "frmDaily Job
Report," on this form is a subform called "frmInventory" which has a
control called "Item."
I want to put a constant in the control. I use an event procedure (on got
focus) and I start the coding as follows:
Forms![frmDaily Job Report]![frmInventory].Form![frmInventory].[Item] =
ItemDescription.
ItemDescription is my constant.
This does not work! Any suggestions??
Brad