Can someone help? I have an Access form that is fed from a table. I want a text box control on the form (say for the phone number field) to hide IF there is no data for that field for that particular record stored in the underlying table; however, if there is data for that field in the underlying table, I want the text box to magically appear on the Form for that record and show the data.
I think this may have something to do with the Form's On Current property (GoToControl command), but I'm not sure how to write the macro or VB to make this happen.
Thank you - dddivers
I think this may have something to do with the Form's On Current property (GoToControl command), but I'm not sure how to write the macro or VB to make this happen.
Thank you - dddivers