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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_23525971.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22840445.ht...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23585142.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23665397.htm...
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_2311...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_23401761....
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23881584.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23295392.ht...
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Forms/Q_23651528.ht...