T
tinab
I have a Client Information form containing Billing Address, Billing
City and Billing Province with a combo box for the city. The data
source is a cities table with CityID and City Name. I have the
properties set with: bound to the City ID field with 0;1 so just the
city name shows. From this form I want to go to another form called
Estimate Information using a command button and linked to the customer
id. On this form I have text fields for JobAddress, Job City and Job
Province. I want the data to default with the CLient Information
billings address. The problem is that the city shows a number instead
of text. Does this field need to be a combo box instead of a text
field?
Thank you.
City and Billing Province with a combo box for the city. The data
source is a cities table with CityID and City Name. I have the
properties set with: bound to the City ID field with 0;1 so just the
city name shows. From this form I want to go to another form called
Estimate Information using a command button and linked to the customer
id. On this form I have text fields for JobAddress, Job City and Job
Province. I want the data to default with the CLient Information
billings address. The problem is that the city shows a number instead
of text. Does this field need to be a combo box instead of a text
field?
Thank you.