form entry

Forum home » Delegate support and help forum » Microsoft Access Training and help » Form entry

Form entry

resolvedResolved · Medium Priority · Version 2003

Adele has attended:
Access Intermediate course
Access Advanced course
Access VBA course

Form entry

How do I make a field mandatory?

RE: Form entry

Hi Adele

One way to make a field mandatory is when creating the table. To do this:

1. Create the field in the table's design view
2. In the General design area for that field set Required to Yes

Then when you try and enter data through the form the table won't update until you have entered the required data.

Hope this helps

Carlos

RE: Form entry

Hi Carlos,

Thanks for your answer - one more thing - can I then set up some text to show if this field is then missed in form entry? Today there's no warning, but the record is not saved.

Many Thanks,
Adele.


 

Access tip:

Deleting duplicate records from a table

You cannot delete records tables where there duplicate records. A way around this is to create a new table which wont hold the duplicates. and then deleting the old table.

1. Use a make-table query based on this table only. IMPORTANT - Ensure that you include all of the fields from your original table or you may loose data.

2. Open the query's property sheet by using VIEW, QUERY, PROPERTIES, and set the Unique Values property to Yes

3. Because you have selected the Unique Values to Yes when you run the query, Access creates a new table without duplicate records. You can now delete the old table and rename the new one.

View all Access hints and tips


Server loaded in 0.06 secs.