hotmalepiyush
Registered User.
- Local time
- Yesterday, 22:45
- Joined
- Jun 3, 2008
- Messages
- 60
here's what i wish to do:
i have fields named status1,status2,...,status5 abd caller1... caller5
(i know this kind of field names are a lil absrd but i wanna keep them like this cuz the end users want them to be so)
when i add record i fill status1 and caller1. thats fine
i need to build another form.. update_status: which will show me all the status and caller fields but only one status textbox will be allowed to be filled up by the user...
for example.. if only status 1 and status 2 has been filled uptill now.. and then the form should allow only status 3 to be filled...
here's how i have thought to do this.. but dunno the vba coding
on open all the status textbox will be disabled.. the code will check which textbox is empty starting from the 1st.. and the one it finds empty is enabled.. the caller textbox will be disabled and shud be filled by currentuser() function.
then on click of a button say update... the form closes and the text written by user will be filled to appropiate field
i am new to vba.. have done little excel vba.. thats it.. please help me out on thsi one..
thanx
piyush
i have fields named status1,status2,...,status5 abd caller1... caller5
(i know this kind of field names are a lil absrd but i wanna keep them like this cuz the end users want them to be so)
when i add record i fill status1 and caller1. thats fine
i need to build another form.. update_status: which will show me all the status and caller fields but only one status textbox will be allowed to be filled up by the user...
for example.. if only status 1 and status 2 has been filled uptill now.. and then the form should allow only status 3 to be filled...
here's how i have thought to do this.. but dunno the vba coding

on open all the status textbox will be disabled.. the code will check which textbox is empty starting from the 1st.. and the one it finds empty is enabled.. the caller textbox will be disabled and shud be filled by currentuser() function.
then on click of a button say update... the form closes and the text written by user will be filled to appropiate field
i am new to vba.. have done little excel vba.. thats it.. please help me out on thsi one..
thanx
piyush