soldieryap
Programmer
how if i want to open a form and do a command in that form.(not the current form)
in the current form, i have a button that opening the other form, but when i disable a Text Box in another form, it won't work.
it's like this:
DoCmd.OpenForm "Game"
Forms![Game].Name.enabled=true
thanks
in the current form, i have a button that opening the other form, but when i disable a Text Box in another form, it won't work.
it's like this:
DoCmd.OpenForm "Game"
Forms![Game].Name.enabled=true
thanks