Hopefully this is a simple one for a Friday...
I have a query as follows:
SELECT [ENTER QUARTER (Q1, Q2, Q3 or Q4)] AS [Working Quarter], *
FROM [BPO London]
WHERE [Quarter] = [ENTER QUARTER (Q1, Q2, Q3 or Q4)];
I have a form that is based on this query.
When the form opens it displays information that the user can add to. I want the field [Quarter] to have the default value of [Working Quarter].
For example, if I'm working in Q2, I want any new records that I add to automatically default to 'Q2' rather than having to type it out each time.
I've tried such things as =[Working Quarter] or = [Query LON]![Working Quarter] but it doesn't work. Either I get #Error or it's blank.
Any thoughts?
[This message has been edited by ErikRP (edited 04-05-2002).]
I have a query as follows:
SELECT [ENTER QUARTER (Q1, Q2, Q3 or Q4)] AS [Working Quarter], *
FROM [BPO London]
WHERE [Quarter] = [ENTER QUARTER (Q1, Q2, Q3 or Q4)];
I have a form that is based on this query.
When the form opens it displays information that the user can add to. I want the field [Quarter] to have the default value of [Working Quarter].
For example, if I'm working in Q2, I want any new records that I add to automatically default to 'Q2' rather than having to type it out each time.
I've tried such things as =[Working Quarter] or = [Query LON]![Working Quarter] but it doesn't work. Either I get #Error or it's blank.
Any thoughts?
[This message has been edited by ErikRP (edited 04-05-2002).]