L
Leslie
I'm using Access 2003 and have done some programming. What I need to do is
that based on if the file name field and the current revision field for
XXXXXXXX is not null to generate a new line for XXXXXXXX with the revision
field blank. How can / do I do that. I was thinking that an if clause
stating something similar to If filename.value = XXXXXXXX and
currentrevision.value =>0 then a new line should be created on the
continuious form for XXXXXXXX with the filename value filled in. How can I
so this?
that based on if the file name field and the current revision field for
XXXXXXXX is not null to generate a new line for XXXXXXXX with the revision
field blank. How can / do I do that. I was thinking that an if clause
stating something similar to If filename.value = XXXXXXXX and
currentrevision.value =>0 then a new line should be created on the
continuious form for XXXXXXXX with the filename value filled in. How can I
so this?