P
p-rat
I have a combobox to where if a value isn't listed you can add it. On
my form this works correctly and when the record is pulled or when
looking in the underlying table the data isn't correct. Would anyone
know why this might be? The values are pulling from a query and the
query looks good. This combobox also autofills the next text box on
the form.
Example:
If I look for location "Dallas" on the list and it's there it will
autofill the next box with a number assigned to Dallas. If I look for
a location and it isn't there I can type in a location and when
hitting tab it will pop up a form that I enter the new location again
and then a number assigned to this new location. When hitting 'ok' it
will ask 'Do you want to add this value to the list?". This seems to
work correctly.
In the underlying location table it looks good. In the underlying
query for this location table it looks good. When I look at the table
for the data collection of the form (linked table to SQL Server) the
location are wrong. They are numbers instead of text. It looks as
though they might be the row or something of the location in a table.
Do I have something set to the wrong column or ???
my form this works correctly and when the record is pulled or when
looking in the underlying table the data isn't correct. Would anyone
know why this might be? The values are pulling from a query and the
query looks good. This combobox also autofills the next text box on
the form.
Example:
If I look for location "Dallas" on the list and it's there it will
autofill the next box with a number assigned to Dallas. If I look for
a location and it isn't there I can type in a location and when
hitting tab it will pop up a form that I enter the new location again
and then a number assigned to this new location. When hitting 'ok' it
will ask 'Do you want to add this value to the list?". This seems to
work correctly.
In the underlying location table it looks good. In the underlying
query for this location table it looks good. When I look at the table
for the data collection of the form (linked table to SQL Server) the
location are wrong. They are numbers instead of text. It looks as
though they might be the row or something of the location in a table.
Do I have something set to the wrong column or ???