Hi all
hope your all keeping safe during these strange times!
wonder if you can help with three questions below
1: I have a form with 50 odd text boxes and depending on the drop down choice at the top I want them to be greyed out or not if the field names were for example:
Txtbox01
Txtbox02
Txtbox03
Txtbox04
etc
is there a way to group these all under one name for coding purposes? eg. group them as AllFieldChoices rather than having to type out 50 odd field names every time but also to make it look clearer?
2. I have one field that picks up information from several fields above and puts is all into a summery at the end, I need some in higher CASE and some in Lower case, is there a way to make the first letter in the Lowercase field a capital?
=LCase([OfficeLocation].[column](1)) & " " & UCase([StaffDetails].[column](2))
3. Final Question!!, I have forced most fields do be Capitals using the > feature on the properties sheet, Issue I have when a user clicks into a field that a previous person filled in lower case it reverts back to lower case, is there a way for this to be forced to change on the table into Higher case so it wont keep reverting back table name is
TBLCarfDetails with MAKE and MODEL fields
hope your all keeping safe during these strange times!
wonder if you can help with three questions below

1: I have a form with 50 odd text boxes and depending on the drop down choice at the top I want them to be greyed out or not if the field names were for example:
Txtbox01
Txtbox02
Txtbox03
Txtbox04
etc
is there a way to group these all under one name for coding purposes? eg. group them as AllFieldChoices rather than having to type out 50 odd field names every time but also to make it look clearer?
2. I have one field that picks up information from several fields above and puts is all into a summery at the end, I need some in higher CASE and some in Lower case, is there a way to make the first letter in the Lowercase field a capital?
=LCase([OfficeLocation].[column](1)) & " " & UCase([StaffDetails].[column](2))
3. Final Question!!, I have forced most fields do be Capitals using the > feature on the properties sheet, Issue I have when a user clicks into a field that a previous person filled in lower case it reverts back to lower case, is there a way for this to be forced to change on the table into Higher case so it wont keep reverting back table name is
TBLCarfDetails with MAKE and MODEL fields