Hi
I have a large table with roughly 110 fields (large for me anyway), the table contains customer details and stores unique code numbers for products they have bought, so they all have a one to one realtionship, which is why i thought it easier to have one table.
The data is displayed on three different forms, purely to make it less cluttered for end users, the problem I have is i have shortcut buttons to take you from one form to another but when you enter another form, it takes you back to the first record in the table instead of the record you were previously on
How can i link the forms to keep the same record displayed?
And is this the better way or would it be better having three smaller tables?
I have a large table with roughly 110 fields (large for me anyway), the table contains customer details and stores unique code numbers for products they have bought, so they all have a one to one realtionship, which is why i thought it easier to have one table.
The data is displayed on three different forms, purely to make it less cluttered for end users, the problem I have is i have shortcut buttons to take you from one form to another but when you enter another form, it takes you back to the first record in the table instead of the record you were previously on
How can i link the forms to keep the same record displayed?
And is this the better way or would it be better having three smaller tables?