This is what Access generated and it doesn't work:
Option Compare Database
Option Explicit
Private Sub Find_Record_Click()
On Error GoTo Err_Find_Record_Click
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Exit_Find_Record_Click:
Exit...
Tbl:Claim_Assignment
Field Name: Adjuster
Field Name: Assigned Date
Field Name: Prov
Field Name: Claim Number
Field Name: Type of Loss
Field Name: Insureds Name
Field Name: Ext_Adjuster
Frm:Main
Text Box: Assigned Date – Bound to Claim_Assignment!Assigned Date
Text Box: Province – Bound to...
First of all I'm new to the forum and am working on my first database. So far I think I've done not too bad but have hit a stumbling block for which I'm not sure how to get around.
What I have is a database which tracks assigned files to a certain people which is generated by a form and then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.