R
rgarber50
I hope general design questions are appropriate for the forum ... if no
please let me know.
i work with kids for a non-profit and I'm creating a Client Info for
on a worksheet. I plan to store all client info in a list on a separat
worksheet and use VBA to populate the form with a particular client'
current info - work on the form updating/changing/viewing client inf
- use VBA to update the client info list with any changed data. Ther
is a fair amount of info for each client/record - maybe 75-100 fields
however there would only be 25-35 client/records .
So I'd have:
Wks 1: A Main Menu with list of clients displaying some key data
Macros to get me to individual clt form, and add or delete clients
Wks 2: Hidden database storing all Clt info.
Wks 3: Client info form
I wanted to keep all the client data in a separate wks list rather tha
1 wks form per client so i could more easily make changes to the for
design.
I'm a beginner at VBA - but I feel pretty confident about working ou
the programming - my question: Is the way I've gone about structurin
the thing "good design".
Thanks in advance for any feedback.
Richar
please let me know.
i work with kids for a non-profit and I'm creating a Client Info for
on a worksheet. I plan to store all client info in a list on a separat
worksheet and use VBA to populate the form with a particular client'
current info - work on the form updating/changing/viewing client inf
- use VBA to update the client info list with any changed data. Ther
is a fair amount of info for each client/record - maybe 75-100 fields
however there would only be 25-35 client/records .
So I'd have:
Wks 1: A Main Menu with list of clients displaying some key data
Macros to get me to individual clt form, and add or delete clients
Wks 2: Hidden database storing all Clt info.
Wks 3: Client info form
I wanted to keep all the client data in a separate wks list rather tha
1 wks form per client so i could more easily make changes to the for
design.
I'm a beginner at VBA - but I feel pretty confident about working ou
the programming - my question: Is the way I've gone about structurin
the thing "good design".
Thanks in advance for any feedback.
Richar