Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Access control source
Name: fsfishnchips Date: October 10, 2005 at 11:48:48 Pacific OS: MS w2000 CPU/Ram: unkown/256
Comment:
Hi I have in a form: (1)combo box that pull 4 columns from a table (4)text box that each get updated with the corresponding column selected from combo box.
but inside property for combo box, i can only select 1 bound column at a time, so all 4 text box always get the same column! is there anyway to fix this? thnx
Summary: Ok I think I understand what you are doing. In the properties of the combo box, look for the control source property. You should be able to select the field form your table that you want to store th...
Summary: Steve, I am not aware that you need to convert ACCess to asp. compatible. First, I believe you can complete develop your site in asp (vb, c#, or whatever) and then simply use the connectors and setup...
Summary: I am trying to create a simple querry in ms access to look at dates in a table and flag all dates that are within 30 days of the current date, and any date in the table that is past the current date. ...