Glitch on form of access

CSP12345

Board Regular
Joined
Oct 1, 2014
Messages
52
Hi All,

I have an issue where I have a form that inputs data to the table, for some reason when you first launch the form you can not input any data. If you change it to design mode then back to form view you can input data????

I have just split the database because I want to allow multiusers and this is a big issue because you can not access design mode of course.

Any ideas what could be causing this?

Thank you in advance.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Is the form set to dynaset?
is the form unlocked?
Are you opening the form in data mode? docmd.OpenForm "frmMyForm",,,,acFormAdd
 
Upvote 0
Hey Buddy, will have a look next week just been in for a back operation and need to wind back heavy meds before I get back into databases.
 
Upvote 0
Yes to Dynaset
Yes to Unlocked
Not sure on the open in Data mode? where would I be putting this code? On Load in Event?
 
Upvote 0
Ok form set to data edit mode and still does not change a thing

Private Sub Form_Load()
DoCmd.OpenForm "12Monthly Site Maintenance Form", , , , acFormEdit
End Sub


Would this be correct?
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top