Hi,
I have what seems to be a simple problem but I can't seem to solve it.
I have a form (report form) that has a drop down box that lists all my clients alphabetically. The form's record source is from a query that combines multiple fields from several related tables. The purpose of this form is to create a report that lists project activity by client over a certain time period. This form also has two active x calendars that enables the end user to choose a start and end date for the project activity.
In another form (update project form), I am able to add new clients and update project information. However, when I add new clients on this form, the report form's client dropdown menu instinctively puts these clients at the bottom of the list. In the update project form, the record source is a table (as opposed to a query in the report form) and in the data sheet tab under properties, I can enter in an orderby property to order by Client_Name. However, in the report form, when I indicate to orderby Client_Name, it doesn't work and my new client entries still end up at the bottom of the drop down menu.
Can anybody tell me how to get my drop down menu in my report form to list by alphabetical order??
Thanks
I have what seems to be a simple problem but I can't seem to solve it.
I have a form (report form) that has a drop down box that lists all my clients alphabetically. The form's record source is from a query that combines multiple fields from several related tables. The purpose of this form is to create a report that lists project activity by client over a certain time period. This form also has two active x calendars that enables the end user to choose a start and end date for the project activity.
In another form (update project form), I am able to add new clients and update project information. However, when I add new clients on this form, the report form's client dropdown menu instinctively puts these clients at the bottom of the list. In the update project form, the record source is a table (as opposed to a query in the report form) and in the data sheet tab under properties, I can enter in an orderby property to order by Client_Name. However, in the report form, when I indicate to orderby Client_Name, it doesn't work and my new client entries still end up at the bottom of the drop down menu.
Can anybody tell me how to get my drop down menu in my report form to list by alphabetical order??
Thanks