H
Holstein
I am setting up a database results page in FP 2002. I
created my access database and I can view a table just
fine in my browser. I wrote a query that works in Access
but when I try to view it in my browser I get the
following error:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver]
Too few parameters. Expected 1.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for ODBC Drivers
The query is this:
SELECT [Employee Master].[Last Name], [Test Master].[Test
Section], [Test Master].Score
FROM [Employee Master] INNER JOIN [Test Master] ON
[Employee Master].[Employee #]=[Test Master].[Employee
Number]
WHERE [Employee Master].[Last Name]=[enter name];
In Access this query lets me enter a name and view the
test score for the person. I'm sorry for the long post
but I wanted to provide as much info as possible. Any
help is always appreciated. Thanks in advance.
created my access database and I can view a table just
fine in my browser. I wrote a query that works in Access
but when I try to view it in my browser I get the
following error:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver]
Too few parameters. Expected 1.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for ODBC Drivers
The query is this:
SELECT [Employee Master].[Last Name], [Test Master].[Test
Section], [Test Master].Score
FROM [Employee Master] INNER JOIN [Test Master] ON
[Employee Master].[Employee #]=[Test Master].[Employee
Number]
WHERE [Employee Master].[Last Name]=[enter name];
In Access this query lets me enter a name and view the
test score for the person. I'm sorry for the long post
but I wanted to provide as much info as possible. Any
help is always appreciated. Thanks in advance.