Hi all,
I have a table which holds 130 companies and their related details.
I have done the code to insert the information into the table when new companies come along. But now I need to display the existing information. I am looking at doing it using a form for now, will change over to CSS when I get the hang of it!
My problem is not the display of the information, but I would like to have a few buttons at the bottom of the form which will then go to the next record, previous record, first record, last record (old access style) once the button is clicked.
Can I get some guidance on this please?