Now this is probably staring me right in the face but...
I have an orders form (Usual stuff main = clients, sub = orders, subsub = products,{all query based})
on the main i have created a combo that finds a company name from the records in the table, this works fine however whenever i add new clients they appear as the last selection (i am guessing this is due to ordering by clientID number rather than a-z by company name). My Clients Query orders ascending Company Names but this make no difference.
Some of our clients have different depots so this order method would be a huge time saver.
Thanks Alex
I have an orders form (Usual stuff main = clients, sub = orders, subsub = products,{all query based})
on the main i have created a combo that finds a company name from the records in the table, this works fine however whenever i add new clients they appear as the last selection (i am guessing this is due to ordering by clientID number rather than a-z by company name). My Clients Query orders ascending Company Names but this make no difference.
Some of our clients have different depots so this order method would be a huge time saver.
Thanks Alex