Every time I try to open my web form, I get an error that says that I've run out of MS-DOS handlers and that the page can not be loaded.
What could be causing this?
Thanks.
B
I am currently working on a page that would be used to submit information to the database. This page will only be for data entry.
Is their a simple code that can be used to make it go to a new record when it opens?
Thanks.
B
I would like to search records in a form (frmCitation) by name (txtName) and/or date (txtPubdate). I made a simple form (frmSearch) with input boxes and a search button (cmdSearch). I have tried using the Find method, which would simply match terms in the input boxes, but I am not familiar...
I am currently using the built in FIND feature in Access to find records in my database. The FIND feature works but it is clunky. Is there a code that would search specific fields in the database. I’m thinking of something like Query By Form, but instead of displaying the info in a datasheet...
I am currently using the built in FIND feature in Access to find records in my database. The FIND feature works but it is clunky. Is there a code that would search specific fields in the database. I’m thinking of something like Query By Form, but instead of displaying the info in a datasheet...
I am currently working on a database that has a name field and date field. It is currently based on a query that sorts the records by name. But sometimes I would like to view the records by date. Is it possible to write a code that would resort the records by date?
It was suggested tome to...
I am currently working on a database that has a name field and date field. Is it possible to write a code that would sort the records by date or by name, depending on what was needed at the time?
Thanks.
Bill
I am trying to clear a continuous form using the following code.
Private Sub ClearForm_Click()
Do While Me.NewRecord = False
field1 = 0
field2 = 0
field3 = 0
DoCmd.GoToRecord acDataForm, "form1", acNext
Loop
End Sub
It works fine until it...
I have a form that shows the data in continuous forms. I want to use a code to clear the entire form. I tried a simple loop procedure but it only clears the single line, not the entire form.
Can anyone help me?
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.