Hi,
I have a database which is to issue and return items out of a loaned items store.
Ideally I would like to be able to issue multiple items at once to one person.
I have created a form which searches for the employee based on the input employee ID. The form has 10 Item ID fields in which data can be added to any of the fields and when the submit button is clicked, the item details are updated to issued and shows who has the item etc.
However, this is a limited form, and I could increase it further, however that means that the code would increase because I have wrote a piece of code for each of the item fields. (I am a novice with Access and VBA, so I have a very limited knowledge).
I have realised that a tabular form can be used, and that it has one item ID field, and once entered, another field appears. I assume that no matter how many items that I add to the form, then click submit it would issue all of them items to that user? The problem I am having is that I cannot work out how to issue one item, let alone multiple items. Would someone be able to help me with this please?
Thanks,
LSM1604
I have a database which is to issue and return items out of a loaned items store.
Ideally I would like to be able to issue multiple items at once to one person.
I have created a form which searches for the employee based on the input employee ID. The form has 10 Item ID fields in which data can be added to any of the fields and when the submit button is clicked, the item details are updated to issued and shows who has the item etc.
However, this is a limited form, and I could increase it further, however that means that the code would increase because I have wrote a piece of code for each of the item fields. (I am a novice with Access and VBA, so I have a very limited knowledge).
I have realised that a tabular form can be used, and that it has one item ID field, and once entered, another field appears. I assume that no matter how many items that I add to the form, then click submit it would issue all of them items to that user? The problem I am having is that I cannot work out how to issue one item, let alone multiple items. Would someone be able to help me with this please?
Thanks,
LSM1604