Hi,
I have a form(frmMain) which contain unbound buttons.
btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9, btn10
The form controls are:
CodeID, number
Code1, number
Code2, number
Each Code1 and Code2 contains numbers from 1-10...
tblCode
CodeId_,_Code1_,_Code2_
__1____,___4___,___8___
__2____,___7___,___9___
__3____,___2___,___6___
__4____,___3___,___7___
__5____,___2___,___6___
So, if the frmMain load and its CodeID is 4, the Code1=3 and Code2=7...
i want to make buttons from btn3 to btn7 visible=True... Hide the rest buttons...
Any ideas from where to start???
How to make the buttons between these two numbers visible???
I have a form(frmMain) which contain unbound buttons.
btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9, btn10
The form controls are:
CodeID, number
Code1, number
Code2, number
Each Code1 and Code2 contains numbers from 1-10...
tblCode
CodeId_,_Code1_,_Code2_
__1____,___4___,___8___
__2____,___7___,___9___
__3____,___2___,___6___
__4____,___3___,___7___
__5____,___2___,___6___
So, if the frmMain load and its CodeID is 4, the Code1=3 and Code2=7...
i want to make buttons from btn3 to btn7 visible=True... Hide the rest buttons...
Any ideas from where to start???
How to make the buttons between these two numbers visible???