![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am creating a database for my volunteer ambulance corp where people will enter their name and time they have commited. I am looking for a way to lock out basically all the fields till a user inputs the date field. How can I lock out or fade other controls till this field is completed? Thanks |
#3
| |||
| |||
|
|
Hello, I am creating a database for my volunteer ambulance corp where people will enter their name and time they have commited. I am looking for a way to lock out basically all the fields till a user inputs the date field. How can I lock out or fade other controls till this field is completed? Thanks |
#4
| |||
| |||
|
|
You can put an auto-enter calc (always replace) for each field: YourField = Case(IsEmpty(Date); ""; YourField) Users can enter and type in YourField, but upon exiting, it'll go blank. Eventually, the database will have trained them to enter the date field first. G EMTMark (AT) gmail (DOT) com wrote: Hello, I am creating a database for my volunteer ambulance corp where people will enter their name and time they have commited. I am looking for a way to lock out basically all the fields till a user inputs the date field. How can I lock out or fade other controls till this field is completed? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |