Sorry... this is probably a simple one for you guys..
I created a form and I want to add cheque data to the table via the form... Amount, Chq details, date, comment etc
I had a series of text boxes for each field and, underneath, two buttons ... One 'ACCEPT' the other 'CANCEL'
The 'accept' would append the data.. the 'cancel' would clear and close the form
I assume that I should make the data source for the text boxes some temporary memory variable... and then do an 'APPEND BLANK' and REPLACE the respective fields... when I click the 'ACCEPT' button etc etc
But.. is there an easier or better way ? I looked up tableupdate... mmm tricky thought he ...
I would appreciate any advice
JF
I created a form and I want to add cheque data to the table via the form... Amount, Chq details, date, comment etc
I had a series of text boxes for each field and, underneath, two buttons ... One 'ACCEPT' the other 'CANCEL'
The 'accept' would append the data.. the 'cancel' would clear and close the form
I assume that I should make the data source for the text boxes some temporary memory variable... and then do an 'APPEND BLANK' and REPLACE the respective fields... when I click the 'ACCEPT' button etc etc
But.. is there an easier or better way ? I looked up tableupdate... mmm tricky thought he ...
I would appreciate any advice
JF