Daveisalwayshere
Registered User.
- Local time
- Today, 02:54
- Joined
- Mar 14, 2014
- Messages
- 31
I have a job table that has a job number as the primary key and the rest of the feilds will be part numbers that i need to apply quantities to.
i have roughly 240 parts that can go into a job however i will only have roughly 10-to 20 at a time that needs to be entered into the table.
i need to find a way to create a form that allows me to copy and paste part numbers and quantities which i get from an Excel spreadsheet without having to have 240 blank boxes in my form.
the part number list would look like this
786979 , 4
543253 , 12
654364, 3
654377, 15
867466, 33
with part quantities in the second column my issue is that the parts wont be the same everytime and i would like to have a dynamic control so that it wouldn't matter what order the parts cam in when I pasted from excel it would fill out my table correctly
i have roughly 240 parts that can go into a job however i will only have roughly 10-to 20 at a time that needs to be entered into the table.
i need to find a way to create a form that allows me to copy and paste part numbers and quantities which i get from an Excel spreadsheet without having to have 240 blank boxes in my form.
the part number list would look like this
786979 , 4
543253 , 12
654364, 3
654377, 15
867466, 33
with part quantities in the second column my issue is that the parts wont be the same everytime and i would like to have a dynamic control so that it wouldn't matter what order the parts cam in when I pasted from excel it would fill out my table correctly