hi everyone
I have a form with approximately 60 text boxes on it. 30 of the textboxes I'd like to display a number from a table based on the date selected from a combo box at the top of the form and also a productid...the other 30 are going to work in a similar fashion but display differeny information from a different source.
Initially I was thinking I'd just set the rowsource of each textbox and have a refresh/requery command button to display the info as needed. Silly me...there is no rowsource property for text boxes. So I tried a dlookup in an expression builder...never been a fan of expression builder...didn't work anyhow. I would really like to use rowsource somehow I think...I would be easiest...I don't really want to hard code all of the textboxes rowsources in vb as that would seem to be a hassle and a bit of a nightmare for upkeep.
Any other suggestions would be most appreciated. If this doesn't make sense, please ask questions as I really need an answer sooner then later.
thanks everyone
jeremy
I have a form with approximately 60 text boxes on it. 30 of the textboxes I'd like to display a number from a table based on the date selected from a combo box at the top of the form and also a productid...the other 30 are going to work in a similar fashion but display differeny information from a different source.
Initially I was thinking I'd just set the rowsource of each textbox and have a refresh/requery command button to display the info as needed. Silly me...there is no rowsource property for text boxes. So I tried a dlookup in an expression builder...never been a fan of expression builder...didn't work anyhow. I would really like to use rowsource somehow I think...I would be easiest...I don't really want to hard code all of the textboxes rowsources in vb as that would seem to be a hassle and a bit of a nightmare for upkeep.
Any other suggestions would be most appreciated. If this doesn't make sense, please ask questions as I really need an answer sooner then later.
thanks everyone
jeremy