accessdummy
Registered User.
- Local time
- Today, 19:44
- Joined
- Sep 7, 2003
- Messages
- 44
Q1) How do I do a form validation to make sure that all fields are filled in and I want to display friendly messages to let users know what they have to do?
Q2) Is there a faster way to 'empty' the form fields if users decide not to save records?
Q3) How do I change the text input into upper case?
Q4) How do I perform a search by query using a form? Can anyone show me a simple example? When I click on the 'search' button, how does it perform search?
Q5) How do I build expression to have running serial numbers on FORMS? for reports, the control source will be =1 and change the running sums to over all. What about forms?
Q6) How do I logically delete a record and not physically? I know use a checkbox but how?
Q7) If I have a form, the form has a combo box with values as such 'healthy' , 'ok' , 'fair' , 'weak' , 'very weak'. If i were to downgrade the health status, how do I ensure that users will only enter a value lower than its orignal value still using a combo box? E.g: Patient A is healthy, the user want to downgrade Patient A status, user can only choose 'ok','fair','weak','very weak'. Patient B is weak, the user want to downgrade Patient B status, user can only choose 'very weak'. Patient C is very weak, user cannot downgrade anymore further.
Q2) Is there a faster way to 'empty' the form fields if users decide not to save records?
Q3) How do I change the text input into upper case?
Q4) How do I perform a search by query using a form? Can anyone show me a simple example? When I click on the 'search' button, how does it perform search?
Q5) How do I build expression to have running serial numbers on FORMS? for reports, the control source will be =1 and change the running sums to over all. What about forms?
Q6) How do I logically delete a record and not physically? I know use a checkbox but how?
Q7) If I have a form, the form has a combo box with values as such 'healthy' , 'ok' , 'fair' , 'weak' , 'very weak'. If i were to downgrade the health status, how do I ensure that users will only enter a value lower than its orignal value still using a combo box? E.g: Patient A is healthy, the user want to downgrade Patient A status, user can only choose 'ok','fair','weak','very weak'. Patient B is weak, the user want to downgrade Patient B status, user can only choose 'very weak'. Patient C is very weak, user cannot downgrade anymore further.