SLR Question to Ukraine82 re: tab control and combo box:
I read your post of 26 Aug 04 and it sounds like I have a similar problem. I thought I would ask for your help directly because I do not understand the solution you found. First, the problem:
I have a database containing a large amount of information about power plants (I am a consultant to DOE). I want to recall various categories of information about each plant in a form. My plan is to use a combo box to provide a picklist of plants. There are five categories of information about each plant so I have a tab control with five pages. I have written a query to recall specific information about each: one query for each information category. How do I get the output of the query to appear on the tab control page that corresponds to the plant selected in the combo box?
I saw your solution and must confess that I do not understand the code. I use three basic references in my work: (1) "Using Access 97" even though I am working in Access 2000, (2) "Access 2000 Programming for Dummies," and (3) "Microsoft Access VBA Programming for the Absolute Beginner." You probably can guess from the titles what my skill level is. I am a neophyte and have not gotten into writing code very deeply or gained much experience. Could you provide a few sentences about the implementation of your code? I shall be forever grateful and name my first child after you. Thanks.
I read your post of 26 Aug 04 and it sounds like I have a similar problem. I thought I would ask for your help directly because I do not understand the solution you found. First, the problem:
I have a database containing a large amount of information about power plants (I am a consultant to DOE). I want to recall various categories of information about each plant in a form. My plan is to use a combo box to provide a picklist of plants. There are five categories of information about each plant so I have a tab control with five pages. I have written a query to recall specific information about each: one query for each information category. How do I get the output of the query to appear on the tab control page that corresponds to the plant selected in the combo box?
I saw your solution and must confess that I do not understand the code. I use three basic references in my work: (1) "Using Access 97" even though I am working in Access 2000, (2) "Access 2000 Programming for Dummies," and (3) "Microsoft Access VBA Programming for the Absolute Beginner." You probably can guess from the titles what my skill level is. I am a neophyte and have not gotten into writing code very deeply or gained much experience. Could you provide a few sentences about the implementation of your code? I shall be forever grateful and name my first child after you. Thanks.