Wayne Jordan
Registered User.
- Local time
- Yesterday, 17:54
- Joined
- Feb 14, 2013
- Messages
- 14
Hello everyone, this is my first post here.
I am fairly new to Access and it is my only programming experience. I don't know VBA and have used very little SQL.
I am in charge of consumable supplies in our warehouse and have built a database to record inventory, create reports for orders etc.
I have a table with all of the basic information for each item we use which I have named tlbItems. It includes the following fields:
ItemID - The part number which also serves as the primary key
OrderQty - The quantity ordered at one time
OrderPrice - The price of the item
I have a form (frmOrders) that I use to create a report to send to our purchasing department when I need to order something. On this form is a combo box attached to the field ItemID in tblItems. I choose the item in that combo box then enter the desired quantity in a text box ItemQty. I want to change it so that upon exiting the combo box ItemId, the text box ItemQty automatically populates with the data from the field OrderQty in tblItems and the same thing for a second text box Price.
I want to go to the properties for the text box ItemID on the form and build an event procedure using the wizard. Can anyone help, please?
Thank you
I am fairly new to Access and it is my only programming experience. I don't know VBA and have used very little SQL.
I am in charge of consumable supplies in our warehouse and have built a database to record inventory, create reports for orders etc.
I have a table with all of the basic information for each item we use which I have named tlbItems. It includes the following fields:
ItemID - The part number which also serves as the primary key
OrderQty - The quantity ordered at one time
OrderPrice - The price of the item
I have a form (frmOrders) that I use to create a report to send to our purchasing department when I need to order something. On this form is a combo box attached to the field ItemID in tblItems. I choose the item in that combo box then enter the desired quantity in a text box ItemQty. I want to change it so that upon exiting the combo box ItemId, the text box ItemQty automatically populates with the data from the field OrderQty in tblItems and the same thing for a second text box Price.
I want to go to the properties for the text box ItemID on the form and build an event procedure using the wizard. Can anyone help, please?
Thank you