G
GregInOz
I have a query that is dependent on a date range and a AccountId to run.
I have created a small form DateRange with unbound fields StartDate,
EndDate, ActID (combo box).
From the main form Accounts i have a command button opening DateRange and
then i enter the relevant data and hit enter which opens the query and all
this works perfectly
I'd like to make the process a little simpler for the users by them only
having to enter the date range and somehow use the ActID of the record they
currently have on screen as opposed to selecting the ActId from the combo box.
Thank you in advance for any assistance.
GregInOz
I have created a small form DateRange with unbound fields StartDate,
EndDate, ActID (combo box).
From the main form Accounts i have a command button opening DateRange and
then i enter the relevant data and hit enter which opens the query and all
this works perfectly
I'd like to make the process a little simpler for the users by them only
having to enter the date range and somehow use the ActID of the record they
currently have on screen as opposed to selecting the ActId from the combo box.
Thank you in advance for any assistance.
GregInOz