Hello!
I am trying to use a lookup field to collect two pieces of data into the form.
For example, In the "products" table/form I have a product name and a price. In the "Orders" table/form, I inserted a lookup field that consists of the Name and Price fields. How can I...
I know that MS Access offers a security feature, but is there any way I can create my own form that matches a "User Name" to a "Password" and verifies it by refering to internal data?
I would use the MS Access security, but it applies itself to all database files opened in...
I have a subform that is in datasheet view. I am trying to sort it in Desending order by Date as a default. I tried editing the index and still nothing happens. Any help will be appreciated. Thank You!
Ok! Here is the code I am using....
Private Sub Text45_AfterUpdate()
Me.RecordsetClone.FindFirst "PhoneNumber = '" & txtFirstFind & "'"
If Me.RecordsetClone.NoMatch Then
MsgBox "Customer Not Found!"
Else
Me.RecordsetClone.Bookmark
End If
Exit Sub
End...
I tried using the codes listed here (using PhoneNumber as field) and each time I search, it returns the "No Matching Record" error. Any help would be appreciated. Thanks!
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.