I have a problem with the attached code. It gives the error message "Too few parameters , Expected 1. I am trying to determine if the query returns any records, an if not to display an error messag...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_234...
Hi I am trying to find data from database to show on a webpage.
<-- Navigation Bar -->
I used postback URL to choose.cfm which the user can pick on age, model, branch or price
<-- choose.cf...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFML,
MS AccessDate Answered: 08/28/2008 Grade: A Views: 0
I have to be sure a table, tblServiceSolution , is updated with a new record each time a new work item is entered and saved on main work form if it doesnt currently exist! . I thought I would a...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23114200.html
Zones:
MS AccessDate Answered: 01/27/2008 Grade: A Views: 10
I am trying to get a row count and am using code that works successfully in another database. The only difference is this code's query uses fields from a form. I keep getting the run time error, ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_231...
I need to create a recordset containing the most recent 4 patient visits only if their visit date was on or after the 1st of the current month.
googling for this error says spelling mistake, but...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23801647.htm...
I have a microsoft access database called technician and a table called jobs
basically this table looks like this techID techFirstName Job
the technicians can log with techID and Password via...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23011912.htm...
Hi,
I've long been struggling with SQL syntax in Access VBA. I have a UPDATE query like this:
strSQL = "UPDATE myTbl SET somefld = ''' & myVariable & "', WHERE someOtherfld = myNumber"
Err...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_234...