Choksy said:lol u call yourself a senior member wen you cant even take up the challenge let alone mone like a girl. how did u get promoted?
MadMaxx said:Who is he even talking about?
We don't need attitude like that around here. I wohn't be answering any of his questions
Choksy said:Senior members DO NOT have the right to boss abt junior members we are humans too. i cant stand sarcasim comments so i told him and im not ashamed to correct wats wrong.
mission2java_78 said:
Will you pipe down about the statuses...I could care less if my status said "Garbage Man"...
MadMaxx said:
LOL you know you could change it to that!![]()
Choksy said:I am here not to cause offense to anyone. All i want is help. i am stuck particularly where i need to have three options next to the Account number..three options are
1-No Account
2-Single Account
3-Multiple Accounts
When the user selects one option, this is displayed next to account number field. But for single account a box should appear where the user enters the numbers. With multiple numbers, 6 boxes should be appear where user can input information.
Can you please help me on this
Select Case(Me.cboAccountType)
Case "No Account"
'do something
Case "Single Account"
'make the account number visible
Me.txtAccountNumber.Visible
Me.txtAccountNumber.SetFocus
Case "Multiple Accounts"
'handle six boxes?
Case Else
'do nothing
end select
Choksy said:Thank you again for your assistance.well with the selection, if user selects the "Multiple Accounts" option, more than one box should appear where he she can type. This information should be reflected back at the table.
You have gone out of your way to help me. I aml really grateful to you