|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
When I open a form it shows the contents of a record, I want to open it and show just empty fields, which I can fill out to create a new record.
How can I do that? Thanks. Trucktime |
|
#2
|
|||
|
|||
|
Set the forms property Data Entry to Yes. Then when you open the form it will be empty for a new record.
See if that helps you, lwells |
|
#3
|
|||
|
|||
|
Thanks IWells, it works.
Trucktime |
|
#4
|
|||
|
|||
|
You could also do it through code if you want to....
Use this in the onclick event procedure from a command button........ DoCmd.OpenForm "YOURFORMNAME", acNormal DoCmd.GoToRecord , , acNewRec |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Open form and show no record |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|