M
Mike DFR
The database covers service history. The subform lists machine numbers, the
fields are months, (Jan -Dec). The table the info comes from has 25 fields.
'month' service date, 'month' no sevice reason. The service date fields are
in date format. The no sevice reason are in text format.
Sometimes there is no service, I need to put a one word reason in the box.
i.e. If field 1 = "", then field 2, else field 1.
I have tried several ways to solve this but I get #name! or #error! every
time.
I am working with Access in Office XP, and using some VB coding.
The method of finding data is 'Recordset'
fields are months, (Jan -Dec). The table the info comes from has 25 fields.
'month' service date, 'month' no sevice reason. The service date fields are
in date format. The no sevice reason are in text format.
Sometimes there is no service, I need to put a one word reason in the box.
i.e. If field 1 = "", then field 2, else field 1.
I have tried several ways to solve this but I get #name! or #error! every
time.
I am working with Access in Office XP, and using some VB coding.
The method of finding data is 'Recordset'