Advertisement

1 - 9 of 9 containing alltags:("Invalid Use of Null") (0.001 seconds)
Using Access 2007, I have a sub-form with a drop down field. I am receiving an error when trying to manually type in a selection from the drop down menu: error "Run time error '94': invalid...
Zones: VB DB, VB Controls, Access FormsDate Answered: 06/30/2008 Grade: A Views: 4
I receive the following error message: Microsoft VBScript runtime error '800a005e' Invalid use of Null: 'CDbl' /fdms/Faculty/Workload_View.asp, line 55 Line 55 is the first line in wh...
Zones: VB Script, ASPDate Answered: 09/19/2007 Grade: A Views: 27
Dim QueryByDates As New OleDbCommand("EXEC INVENTORY_QUERY_BY_RANGE", UserDatabase)             QueryByDates.Parameters.AddWithValue("@START_DATE", Convert.ToDateTime("01/01/1950"))             Q...
Zones: MS Visual Basic, MS AccessDate Answered: 07/25/2008 Grade: A Views: 16
I'm getting an error message "Invalid use of Null: 'replace'", not sure if I'm writing the code correctly. The "Amenities" is declared in a previous SQL statement, so I can easily print it: <%rs("A...
Zones: ASPDate Answered: 08/20/2008 Grade: A Views: 4
I migrated all my Access database tables to a SharePoint site and then linked to them.  This was done successfully with no Issues reported. In the FE of my Access Database when I enter data on m...
Zones: Sharepoint, Databases, MS AccessDate Answered: 01/28/2008 Grade: A Views: 0
Hi All, I have a multipage user form set up in Word. If one page in particular on this form isnt filled out I get an error: Run-time error 94: Invalid use of Null ...and the second inst...
Zones: VB Controls, MS Word, MS Visual BasicDate Answered: 05/16/2008 Grade: B Views: 0
Hi there, I am experiencing difficulties in a DLookup returning the error: 'Invalid use of Null' in the following line of code: <<<<<<<<<<<<<< strPreviousComment = DLookup("Comment", "qryUpdat...
Zones: MS AccessDate Answered: 11/06/2008 Grade: A Views: 8
I have written the code below as a function to find the next available proxy address for a user. For example, should there be three Chris Smith's currently in the organisation, the next available t...
Zones: VB ScriptDate Answered: 04/14/2008 Grade: A Views: 33
I have several controls on a form that I want to examine and I want to change the formatting of the control labels based on the dates that appear in other controls.  For instance, I have a date cal...
Zones: Access Forms, Access Coding/MacrosDate Answered: 09/23/2008 Grade: A Views: 0
  • 1