mcchieftan
New Member
I am a VBA noob so please tell me if what I am attempting is simply too complex for where I am right now!
I am a small-scale cultivator of gourmet mushrooms and I am building a database to keep track of my crop. I am an experienced excel user and have recently enjoyed discovering a lot of excel that I never knew about (e.g match+index lookups) In the attached spreadsheet there is an example of a incubation database that I put together on the sheet Inc.S.
I am currently trying to simplify data entry using the sheets D1-D4, (listed on SW2 menu) I knew nothing of VBA until I started this last week! I downloaded a sample form here http://www.contextures.com/xlForm02.html and managed to work out how to get the first form working to my satisfaction but I'm having trouble with the second: DE2
I want the user to be able to input/choose from dropdown the item ID (E8) and have the rest of the form return the information for the relevant item. The user then fills in the quantity used (I8) and hits 'save record' to update the database (DB).
Sheets D3 and D4 will have a similar mechanism so I think if I can get my head around D2 the others will be fine..
One other question was, is it possible to include a control in the tab order? For D1 I worked out that I could set only the data entry cells to be unlocked and then protect the worksheet so that the user would automatically tab through only these cells but then I had to click on "Save record" manually.
Thank you for your time! As I'm sure you were all n00bs at one stage I'm sure you know quite how frustrating it can be! I found a resource on excel VBA that I'm getting into but obviously its not as direct as being able to talk to other, more experienced users.
Finally, please tell me if I have included inadequate information and I will do my best to clarify.
Thanks,
I am a small-scale cultivator of gourmet mushrooms and I am building a database to keep track of my crop. I am an experienced excel user and have recently enjoyed discovering a lot of excel that I never knew about (e.g match+index lookups) In the attached spreadsheet there is an example of a incubation database that I put together on the sheet Inc.S.
I am currently trying to simplify data entry using the sheets D1-D4, (listed on SW2 menu) I knew nothing of VBA until I started this last week! I downloaded a sample form here http://www.contextures.com/xlForm02.html and managed to work out how to get the first form working to my satisfaction but I'm having trouble with the second: DE2
I want the user to be able to input/choose from dropdown the item ID (E8) and have the rest of the form return the information for the relevant item. The user then fills in the quantity used (I8) and hits 'save record' to update the database (DB).
Sheets D3 and D4 will have a similar mechanism so I think if I can get my head around D2 the others will be fine..
One other question was, is it possible to include a control in the tab order? For D1 I worked out that I could set only the data entry cells to be unlocked and then protect the worksheet so that the user would automatically tab through only these cells but then I had to click on "Save record" manually.
Thank you for your time! As I'm sure you were all n00bs at one stage I'm sure you know quite how frustrating it can be! I found a resource on excel VBA that I'm getting into but obviously its not as direct as being able to talk to other, more experienced users.
Finally, please tell me if I have included inadequate information and I will do my best to clarify.
Thanks,