W
WLMPilot
I finally figured out how to have fields and/or labelboxes visible/invisible
based on value of a checkbox. However, I am having trouble with making
labelboxes visible/invisible for their respective field.
I have two tables:
Vehicle - Contains make, model, year, color, etc., of vehicle.
Primary Key = VehicleID
Service - Contains info pertaining to service to vehicles.
Primary Key = ServiceID Relational "key": VehicleID
The Primary key for each table is user input, not automatic.
Question 1:
I want a labelbox to appear when the user is having to input the ServiceID.
This labelbox will give instructions on the format to use to create the
ServiceID. I figure I will use an Event Procedure for AfterUpdate in order
to make the labebox invisible, but if there is a better way please tell me.
However, since this is the first field to be answered when a new page
(record) is displayed and the cursor is already in the ServiceID field, I am
not sure how to make the labelbox visible.
Question 2:
The VehicleID is the second field to require answering on this page. I also
have a labelbox that list the vehicle and its VehicleID so that the user
will know what to enter. How do I make this labelbox visible/invisible for
just the VehicleID field?
Question 3:
I have not proceeded to creating a query or report for these two tables.
Will the wizard see the relationship and display the fields from both tables
for me to use or do I need to do something?
I appreciate any help with this,
Les
based on value of a checkbox. However, I am having trouble with making
labelboxes visible/invisible for their respective field.
I have two tables:
Vehicle - Contains make, model, year, color, etc., of vehicle.
Primary Key = VehicleID
Service - Contains info pertaining to service to vehicles.
Primary Key = ServiceID Relational "key": VehicleID
The Primary key for each table is user input, not automatic.
Question 1:
I want a labelbox to appear when the user is having to input the ServiceID.
This labelbox will give instructions on the format to use to create the
ServiceID. I figure I will use an Event Procedure for AfterUpdate in order
to make the labebox invisible, but if there is a better way please tell me.
However, since this is the first field to be answered when a new page
(record) is displayed and the cursor is already in the ServiceID field, I am
not sure how to make the labelbox visible.
Question 2:
The VehicleID is the second field to require answering on this page. I also
have a labelbox that list the vehicle and its VehicleID so that the user
will know what to enter. How do I make this labelbox visible/invisible for
just the VehicleID field?
Question 3:
I have not proceeded to creating a query or report for these two tables.
Will the wizard see the relationship and display the fields from both tables
for me to use or do I need to do something?
I appreciate any help with this,
Les