iamchemist
Programmer
I have a need to create a single-record table, where there is just one row of fields, that gets written over top of over and over again from a form.
Currently, my Table just keeps on growing, and I'm using a query to select only the row with the maximum key number. But this seems like a sort of kludgey approach.
Currently, my Table just keeps on growing, and I'm using a query to select only the row with the maximum key number. But this seems like a sort of kludgey approach.