Hi all,
Am trying to create a simple gui/form in access to input data into my table. the tables field are as follows:
serial # text 7 char
machine # number 1 char
non changing data 1 text 255 char
non changing data 2 text 255 char
changing data#1 number 2 char
changing data#2 text 255 char
changing data#3 text 255 char
changing data#4 date date
changing data#5 text 1 char
I've tried making a justified form off of the table. I made the main form with all non changing fields and the serial# and machine#. Then I made a subform which contained the serial # and the changing data fields. Goal is for user to insert new serial #'s in the main form and fill out the subform (all non- & changing data) for that particular serial#. Then, when needed, if that serial # were to come again, the subform should be able to insert more rows for the changing data fields per serial #, but also retain previously entered information for future retrieval. What im running into is that data gets overwritten in my table, and the subform is not allowing for more than one entry in the changing data fields. Another problem is that I only have one table, rather than two, which contains all my data. Ive messed around with primary keys, double primary keys, but all roads lead to a dead end for me. It seems like a simple task conceptually, which is why this bugs me. Not too familiar with Access, but have dabbled with it here and there. Can anyone help?
Am trying to create a simple gui/form in access to input data into my table. the tables field are as follows:
serial # text 7 char
machine # number 1 char
non changing data 1 text 255 char
non changing data 2 text 255 char
changing data#1 number 2 char
changing data#2 text 255 char
changing data#3 text 255 char
changing data#4 date date
changing data#5 text 1 char
I've tried making a justified form off of the table. I made the main form with all non changing fields and the serial# and machine#. Then I made a subform which contained the serial # and the changing data fields. Goal is for user to insert new serial #'s in the main form and fill out the subform (all non- & changing data) for that particular serial#. Then, when needed, if that serial # were to come again, the subform should be able to insert more rows for the changing data fields per serial #, but also retain previously entered information for future retrieval. What im running into is that data gets overwritten in my table, and the subform is not allowing for more than one entry in the changing data fields. Another problem is that I only have one table, rather than two, which contains all my data. Ive messed around with primary keys, double primary keys, but all roads lead to a dead end for me. It seems like a simple task conceptually, which is why this bugs me. Not too familiar with Access, but have dabbled with it here and there. Can anyone help?