Link to home
Start Free TrialLog in
Avatar of PipMic
PipMicFlag for Gibraltar

asked on

Make Table as per Date Range

Hi all,

The idea I  am trying to develop is the following:

I have a table of clients
Each has a status eg StatusA, StatusB, StatusC.
Each Client has a Date of Commencement (DOC)

I am trying now to create a temporary table whereby when I enter a date range in a form I want all clients that are StatusA and whos DOC falls within the Date Range entered to be assigned as "New"

I am attempting it by creating a make table query but I am having difficulty in creating the necessary expression to assign the client.

Grateful for assistance.
ASKER CERTIFIED SOLUTION
Avatar of Hamed Nasr
Hamed Nasr
Flag of Oman image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PipMic

ASKER

Hi,

Sorry for the delay... I will try your idea about the update query...will get back soon...thanks
Avatar of PipMic

ASKER

Good advice