I have a very standard DB called CUSTdb) wth cust name, address, etc,etc... in columns C through J.
(In column A & B, is a unique "record number", and a datestamp)
The above data is populated straight from a simple userform (UFnewcust), (launched by a cmd button called newcust)
When i press the command button, this data goes to the spreadsheets, and then launches the next userform in the process...UFsurvey
when this new form initialises, the unique record number needs to be collected from the CUSTdb... and is ALWAYS going to be on the top right hand corner of every userform I subsequently launch, until the process is finally finished and the record is fully populated.
I will have another "modify existing cust" button to deal with later...
So, in summary, assuming im in this "newcust" process... I will build up the record with several userforms, each adding yet more and more data to the record
ie; UFsurvey will collect and add 5 more columns, then subsequent forms might add 3,4,or u to 10 columns.... and by pressing the command button, I need it to "append" the data ont the record.. NOT below it, but tagged onto the end of the unique "record number"
any help / pointers appreciated...
or am i going about this the wrong way...?
generally, im just going to be using checkboxes which will cause a corresponding textbox on the form to show a £value... if I change the prices I will be editing it "hard" in the code, instead of updating a list... cos that got too difficult...
Later I will use a form that goes in and uses a whole load of vlookups to get data that has £values > 0, and creates a kind of invoice.. that bit I have working with a dummy record that I created....
kind regards
Bookmarks