fortwrestler
Registered User.
- Local time
- Yesterday, 17:18
- Joined
- Jan 15, 2016
- Messages
- 50
Hello,
First,
I am newer to Access, and have been learning on the go/web tips/youtube. I am familiar with programming language basics, and am starting to understand VBA.
I am working on a form which can populate multiple prepopulated text boxes.
Basics
I have a piece of equipment with multiple reasons that it can stop. I want to create a form which allows the user to input how many times it stopped for any given reason.
So far, I have only been able to create a form where the user has to select the reason from a combo box, then can enter the number of stops.
Ideally, I would want the form to look like this when opened
Reason 1 xxx
Reason 2 xxx
Reason 3 xxx
... xxx
Reason N xxx
Where "Reason 1...N" is prepopulated from a reasons table(40 entries) and "xxx" is where they would input the number.
I assume there is a macro to generate these boxes, but my searches so far have turned up empty.
Any help would be appreciated
First,
I am newer to Access, and have been learning on the go/web tips/youtube. I am familiar with programming language basics, and am starting to understand VBA.
I am working on a form which can populate multiple prepopulated text boxes.
Basics
I have a piece of equipment with multiple reasons that it can stop. I want to create a form which allows the user to input how many times it stopped for any given reason.
So far, I have only been able to create a form where the user has to select the reason from a combo box, then can enter the number of stops.
Ideally, I would want the form to look like this when opened
Reason 1 xxx
Reason 2 xxx
Reason 3 xxx
... xxx
Reason N xxx
Where "Reason 1...N" is prepopulated from a reasons table(40 entries) and "xxx" is where they would input the number.
I assume there is a macro to generate these boxes, but my searches so far have turned up empty.
Any help would be appreciated