data entry formatting

  • Thread starter Thread starter Lani
  • Start date Start date
L

Lani

My database is organized by data area, e.g., client
financials, client demographics, client employment info,
etc., so that client updates across all forms is an
arduous process. (The client must be culled then updated
for each form).

Is there an easier way to update all client data at once,
i.e., pulling up each form window by client for all-at-
once entry? Can I somehow change the interface w/o
changing the entire design? Would a switchboard form be
a possible solution?

Thanks,
Lani
 
You would need to be more detailed in your explanation. It sounds like you
have multiple related tables. I think you can use forms with subforms to
make data entry easier.
 
You would need to be more detailed in your explanation. It sounds like you
have multiple related tables. I think you can use forms with subforms to
make data entry easier.

Or you may want to use tabs to easily click between different types of
information for the same client. As Duane says, a little more detail
would help.

--
Armen Stein
Access 2003 VBA Programmer's Reference
http://www.amazon.com/exec/obidos/ASIN/0764559036/jstreettech-20
J Street Technology, Inc.
Armen _@_ JStreetTech _._ com
 
Back
Top