Hiya,
I was wondering if it were possible to enable textboxes in a form only after a user has pressed a button.
See what I have done is let the user select a company - from here a hidden subform opens up allowing the user to then interact with it! - the user however has to choose a week of the year to hopefully then interact with the data associated with that week.
Is it possible to have "enabled = false" on a textbox.. I have tried it in VBA but get nowhere really, until the user chooses a week and then have it "enabled = true"?
Me.RoomType.Enabled = False
... would be the textbox that would be shaded out, or so i thought as I have done this with buttons before!
Thank you for any reply.
Regards,
Poot.
I was wondering if it were possible to enable textboxes in a form only after a user has pressed a button.
See what I have done is let the user select a company - from here a hidden subform opens up allowing the user to then interact with it! - the user however has to choose a week of the year to hopefully then interact with the data associated with that week.
Is it possible to have "enabled = false" on a textbox.. I have tried it in VBA but get nowhere really, until the user chooses a week and then have it "enabled = true"?
Me.RoomType.Enabled = False
... would be the textbox that would be shaded out, or so i thought as I have done this with buttons before!
Thank you for any reply.
Regards,
Poot.