D
DtTall
Hello,
I have a problem that I think should be easy but does not seem to be.
I have an update query that updates CYF (current year forecast) to
CYFAPR (for a snapshot of the forecast as of April or whatever month I
am taking the snapshot for). I have other queries that update CYF and
therefore to preserve other data I do not want to have those queries
write directly to CYFAPR.
Anyway, my issue is that when I run the query I would like to have
Access prompt for the field that I want CYF to update to (i.e. when I
run it for May I can enter CYFMAY and CYF copies to CYFMAY). I cannot
seem to make a prompt work for a field. Here is my SQL so far:
UPDATE MASTER SET MASTER.CYFAPR = [MASTER]!CYF;
Any help would be great. Thanks in advance,
Dttall
I have a problem that I think should be easy but does not seem to be.
I have an update query that updates CYF (current year forecast) to
CYFAPR (for a snapshot of the forecast as of April or whatever month I
am taking the snapshot for). I have other queries that update CYF and
therefore to preserve other data I do not want to have those queries
write directly to CYFAPR.
Anyway, my issue is that when I run the query I would like to have
Access prompt for the field that I want CYF to update to (i.e. when I
run it for May I can enter CYFMAY and CYF copies to CYFMAY). I cannot
seem to make a prompt work for a field. Here is my SQL so far:
UPDATE MASTER SET MASTER.CYFAPR = [MASTER]!CYF;
Any help would be great. Thanks in advance,
Dttall