I have a form MyForm that has a field on the form called
numAdmitNumber. I want it so that the user can only enter into this field when adding a new record to the database.
When they first come into the MyForm it comes to the first record in the database. I want the field numAdmitNumber to be visible but I do not want them to be able to update that field. They can update any of the other fields on the form but just not that one once the initial value is entered. This field numAdmitNumber is the key for the table of information being displayed. How can this be done?
Also is there a way when you are setting up a query in the criteria field to enter a wild card to a field defined as a number. For example I have a field called numAdmitNumber. When I run the query I want to be able to allow the user to enter any number into the entry and find the value. For example I enter a 1 then it finds any records that start with a 1 so I would fine admit numbers 12, 123 or 1234. If I enter 123 then I find the records 123, 1234.
Thanks,
Todd ttorfin@dakcl.com
numAdmitNumber. I want it so that the user can only enter into this field when adding a new record to the database.
When they first come into the MyForm it comes to the first record in the database. I want the field numAdmitNumber to be visible but I do not want them to be able to update that field. They can update any of the other fields on the form but just not that one once the initial value is entered. This field numAdmitNumber is the key for the table of information being displayed. How can this be done?
Also is there a way when you are setting up a query in the criteria field to enter a wild card to a field defined as a number. For example I have a field called numAdmitNumber. When I run the query I want to be able to allow the user to enter any number into the entry and find the value. For example I enter a 1 then it finds any records that start with a 1 so I would fine admit numbers 12, 123 or 1234. If I enter 123 then I find the records 123, 1234.
Thanks,
Todd ttorfin@dakcl.com