ChrisTheIntern
Registered User.
- Local time
- Today, 08:49
- Joined
- Jul 10, 2015
- Messages
- 24
Hi peeps,
I have an issue with the DataEntry property causing my form to be only useable by one user at a time.
I've made a split database with the backend holding the survey response table on the slow company server, while the frontend is the survey form. It's been working fine although slow until I read somewhere that a dataentry form will load faster. I changed the form setting's DataEntry to "yes" and distributed the updated frontend copies but quickly found out that now only one user can have the form open at a time. After the first person opens the form, any other user that tries to open it fails to open anything and access goes "Not Responding" until I force it close.
Survey response table: PK = WorkOrder <-unique per survey
Fields: WorkOrder, Name, Date, A_Q01, A_Q02, A_Q03, ...
The data settings on the form is as follows:
Recordset Type: Dynaset
Fetch Defaults: Yes
Filter:
Filter On Load: No
Order By:
Order By on Load: No
Wait for Post Processing: No
Data Entry: Yes
Allow Additions: Yes
Allow Deletions: Yes
Allow Edits: Yes
Allow Filters: Yes
Record Locks: No Locks
There is also a subform on form which draws 3 fields from a query. The three fields on the subform are name, date, and number of issues. This subform is not linked and it is just a log of recent surveys.
I would like to use DataEntry Mode if possible because the form load time is currently 20 seconds without DataEntry. Does anyone know why this is not working for me?
If any more relevant information is needed, I am eager to provide and would very much appreciate any help I can get.
Thanks,
ChrisTheIntern
I have an issue with the DataEntry property causing my form to be only useable by one user at a time.
I've made a split database with the backend holding the survey response table on the slow company server, while the frontend is the survey form. It's been working fine although slow until I read somewhere that a dataentry form will load faster. I changed the form setting's DataEntry to "yes" and distributed the updated frontend copies but quickly found out that now only one user can have the form open at a time. After the first person opens the form, any other user that tries to open it fails to open anything and access goes "Not Responding" until I force it close.
Survey response table: PK = WorkOrder <-unique per survey
Fields: WorkOrder, Name, Date, A_Q01, A_Q02, A_Q03, ...
The data settings on the form is as follows:
Recordset Type: Dynaset
Fetch Defaults: Yes
Filter:
Filter On Load: No
Order By:
Order By on Load: No
Wait for Post Processing: No
Data Entry: Yes
Allow Additions: Yes
Allow Deletions: Yes
Allow Edits: Yes
Allow Filters: Yes
Record Locks: No Locks
There is also a subform on form which draws 3 fields from a query. The three fields on the subform are name, date, and number of issues. This subform is not linked and it is just a log of recent surveys.
I would like to use DataEntry Mode if possible because the form load time is currently 20 seconds without DataEntry. Does anyone know why this is not working for me?
If any more relevant information is needed, I am eager to provide and would very much appreciate any help I can get.
Thanks,
ChrisTheIntern
Last edited: