D
Dave Elliott
I have a form that I use to add Products to and it uses a Category ID for
Unique ID.
I need it to go to the ID Labo, (this is a control) (Labor) (Category Name)
(this is a control) and then set focus on control (Combo Box) Combo86
The record number is 5
Right now I use this code to set focus on Combo86.
DoCmd.GoToControl "Combo86"
Category ID
Category Name
Description
Sub-form in datasheet view with matching records for category
Product
Product Name
Price
Quantity
Vendor
Unique ID.
I need it to go to the ID Labo, (this is a control) (Labor) (Category Name)
(this is a control) and then set focus on control (Combo Box) Combo86
The record number is 5
Right now I use this code to set focus on Combo86.
DoCmd.GoToControl "Combo86"
Category ID
Category Name
Description
Sub-form in datasheet view with matching records for category
Product
Product Name
Price
Quantity
Vendor