I read the reply to increasing the size of Microsofts built-in Switchboard and thought I would include this website which helps with the problem:
http://www.techonthenet.com/access/switchboard/increase.php
Thanks for all the information about Access it has really helped me.
dw
Good Day,
I have read just about everything on how to set up a query for a report for max([date]) but still having trouble.
What I need is to pull all of the orders by CustomerID, OrderID, for a certain date range that do not have an insurance hold on them but can have a balance of less than...
It still doesn't work but I am still trying. The last line of the code
'DoCmd.GoToRecord acDataForm, "RECORD", acGoTo, svText
is currently just a info statement that I use to verify that svText is giving me a number. It will take me to the record number but I can not get it to take me to the ID...
Here's the code I am trying to use to match the ID find textbox on the find form to open the input form so it can be updated.
Private Sub Text9_DblClick(Cancel As Integer)
On Error GoTo Err_Text9_DblClick
Dim svText As Integer
svText = Text9.Text
DoCmd.Close acForm...
I am still learning and have used all of the code for findrecord but I made a query to find a record by FIRSTNAME and LASTNAME fields. I also have an autonumber field ID which is assigned to for identification. Now after I use the find query the form opens and I am trying to allow the user to...
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.