R
Raj
I have 3 combo boxs [Complete], [Followingup],[resolved]
that are used to filter a form by dates. The row source
for each field is queried form the MainData Table so the
user get only the dates that have already been entered.
The problem is the users would like to be able to sort
records that dont have any dates entered orders that
still need to be worked. I have no ideal how to make
this happen using a combo box that is selecting the date
from the maindata table. I can not use a default
like "1/1/1999" because I have controls in place that
locks the order from changes if the [resolved] date is
entered.
I am at my wits end and I hope someone can help me with
this. Below is the code that I am using to sort.
Thanks in Advance.
Raj
that are used to filter a form by dates. The row source
for each field is queried form the MainData Table so the
user get only the dates that have already been entered.
The problem is the users would like to be able to sort
records that dont have any dates entered orders that
still need to be worked. I have no ideal how to make
this happen using a combo box that is selecting the date
from the maindata table. I can not use a default
like "1/1/1999" because I have controls in place that
locks the order from changes if the [resolved] date is
entered.
I am at my wits end and I hope someone can help me with
this. Below is the code that I am using to sort.
Thanks in Advance.
Raj