J
Joan
I've created my database with "normalized" tables. I have
a form, that employees use to enter system information for
each customer. Some customers have more than one system.
When a system is added it needs to be added to the
appropriate report so that it gets scheduled for service.
I've got a report that pulls up the information according
to Customer ID, Service, Type of System and Week. There's
room for 20 systems to be listed on the report. Right
now, each system is put on its own report. I need to have
all systems that are identical in the following categories
to be listed on one report: Customer ID, Employee, Week
of Service, Service Type and System Type. I need an
example of code or an idea of how to program my form so it
automatically adds the information to the next available
textbox once the first textbox is filled.
I would greatly appreciate any advice that can be given or
examples of code. Thanks for any or all advice that is
given!!
a form, that employees use to enter system information for
each customer. Some customers have more than one system.
When a system is added it needs to be added to the
appropriate report so that it gets scheduled for service.
I've got a report that pulls up the information according
to Customer ID, Service, Type of System and Week. There's
room for 20 systems to be listed on the report. Right
now, each system is put on its own report. I need to have
all systems that are identical in the following categories
to be listed on one report: Customer ID, Employee, Week
of Service, Service Type and System Type. I need an
example of code or an idea of how to program my form so it
automatically adds the information to the next available
textbox once the first textbox is filled.
I would greatly appreciate any advice that can be given or
examples of code. Thanks for any or all advice that is
given!!