I was wondering whether i could allow the user to choose the table that the entries are to be inserted into.
I'm using a SQl command to insert the new records into a table that consists of other records of the same year.
I realise that the company would have many other year od records and after hearing how access may cork up when the number of records get too much like 100,000? I tot that maybe seperating the records into year would be better.
So how can the user choose the table tat the records are to be transfer into. Like a radio button or a combo box..
Please and Thank you!
I'm using a SQl command to insert the new records into a table that consists of other records of the same year.
I realise that the company would have many other year od records and after hearing how access may cork up when the number of records get too much like 100,000? I tot that maybe seperating the records into year would be better.
So how can the user choose the table tat the records are to be transfer into. Like a radio button or a combo box..
Please and Thank you!
Comment