G
Guest
I have created a form that contains a subform.
My form displays transactons. I have a field called Trans_ID that pulls
information from the Transactions table such as number and type. Row Source
type is a query and source is tbl_transactions. I have a column count of 3.
When I preview my form , from Trans_ID I get a drop down list with the
dffererent types and numbers but they are not in alpabetical order. I would
like the types to be in order.
How would I go about doing this? I have tried opening the table
transactions and sorting the type alphabetically but that doesn't affect the
form.
My form displays transactons. I have a field called Trans_ID that pulls
information from the Transactions table such as number and type. Row Source
type is a query and source is tbl_transactions. I have a column count of 3.
When I preview my form , from Trans_ID I get a drop down list with the
dffererent types and numbers but they are not in alpabetical order. I would
like the types to be in order.
How would I go about doing this? I have tried opening the table
transactions and sorting the type alphabetically but that doesn't affect the
form.