Hi all, I've not used access in about 15 years so am REALLY rusty (and a lot seems to have changed!)
What I would like to do is this:
A form is attached to a table. In the table is an ID field (autonumber) a Surname field (text, no special characters allowed) and a Client Registration field
When completing the form, I want the only way to save the record to be by pressing a button. Before it saves the record though, I would like on-click to automatically take the first three letters of the surname, add the autonumber after that, and input that into the field 'Client Registration'. Whats the most efficient way?
Also, if possible, I'd have preferred autonumber to start at 1000 rather than 1, so that the Client Registration field is abc0000 format. Any tips on that?
Many thanks!