473,796 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

access project question

ken
Hi,
I get the following error "Invalid input parameter values. Check the
status values for detail".
I have a SQL 2005 backend, and an access front end. I have two tables,
MAIN, LOOKUP in my SQL server backend. If I create a view containing
value from table MAIN and enter data into it from a form in access
everything is ok.

However if I make a vew with both tables MAIN and table LOOKUP I get
the error above. Table MAIN contains some data and a foreign key
decoded by table LOOKUP.

Anyhow does anyone know how this can be fixed?

Thanks alot.
P.S. Using access 2003.

Aug 1 '06 #1
5 3506
On 1 Aug 2006 13:19:45 -0700, "ken" <ge****@gmail.c omwrote:

If you're lucky you can set the UniqueTable property of the form.

But first, you need to ALWAYS first test your queries in the SQL
Server environment. Run the view. Can you enter data?

-Tom.
>Hi,
I get the following error "Invalid input parameter values. Check the
status values for detail".
I have a SQL 2005 backend, and an access front end. I have two tables,
MAIN, LOOKUP in my SQL server backend. If I create a view containing
value from table MAIN and enter data into it from a form in access
everything is ok.

However if I make a vew with both tables MAIN and table LOOKUP I get
the error above. Table MAIN contains some data and a foreign key
decoded by table LOOKUP.

Anyhow does anyone know how this can be fixed?

Thanks alot.
P.S. Using access 2003.
Aug 2 '06 #2
ken
When I'm in SQL I can enter data into the view.
However when I"m in access looking into the same view...can't enter
data...I"ll try setting unique table property..see if that works.
Tom van Stiphout wrote:
On 1 Aug 2006 13:19:45 -0700, "ken" <ge****@gmail.c omwrote:

If you're lucky you can set the UniqueTable property of the form.

But first, you need to ALWAYS first test your queries in the SQL
Server environment. Run the view. Can you enter data?

-Tom.
Hi,
I get the following error "Invalid input parameter values. Check the
status values for detail".
I have a SQL 2005 backend, and an access front end. I have two tables,
MAIN, LOOKUP in my SQL server backend. If I create a view containing
value from table MAIN and enter data into it from a form in access
everything is ok.

However if I make a vew with both tables MAIN and table LOOKUP I get
the error above. Table MAIN contains some data and a foreign key
decoded by table LOOKUP.

Anyhow does anyone know how this can be fixed?

Thanks alot.
P.S. Using access 2003.
Aug 2 '06 #3
ken
Just tried the unique table property and nothing...I can't enter data
in the form...or the view from access.
ken wrote:
When I'm in SQL I can enter data into the view.
However when I"m in access looking into the same view...can't enter
data...I"ll try setting unique table property..see if that works.
Tom van Stiphout wrote:
On 1 Aug 2006 13:19:45 -0700, "ken" <ge****@gmail.c omwrote:

If you're lucky you can set the UniqueTable property of the form.

But first, you need to ALWAYS first test your queries in the SQL
Server environment. Run the view. Can you enter data?

-Tom.
>Hi,
>I get the following error "Invalid input parameter values. Check the
>status values for detail".
>I have a SQL 2005 backend, and an access front end. I have two tables,
>MAIN, LOOKUP in my SQL server backend. If I create a view containing
>value from table MAIN and enter data into it from a form in access
>everything is ok.
>
>However if I make a vew with both tables MAIN and table LOOKUP I get
>the error above. Table MAIN contains some data and a foreign key
>decoded by table LOOKUP.
>
>Anyhow does anyone know how this can be fixed?
>
>Thanks alot.
>
>
>P.S. Using access 2003.
Aug 2 '06 #4
On 2 Aug 2006 05:12:12 -0700, "ken" <ge****@gmail.c omwrote:

Make sure all primary key fields are on the form. They can be hidden,
but have to be present.

-Tom.

>Just tried the unique table property and nothing...I can't enter data
in the form...or the view from access.
ken wrote:
>When I'm in SQL I can enter data into the view.
However when I"m in access looking into the same view...can't enter
data...I"ll try setting unique table property..see if that works.
Tom van Stiphout wrote:
On 1 Aug 2006 13:19:45 -0700, "ken" <ge****@gmail.c omwrote:

If you're lucky you can set the UniqueTable property of the form.

But first, you need to ALWAYS first test your queries in the SQL
Server environment. Run the view. Can you enter data?

-Tom.

Hi,
I get the following error "Invalid input parameter values. Check the
status values for detail".
I have a SQL 2005 backend, and an access front end. I have two tables,
MAIN, LOOKUP in my SQL server backend. If I create a view containing
value from table MAIN and enter data into it from a form in access
everything is ok.

However if I make a vew with both tables MAIN and table LOOKUP I get
the error above. Table MAIN contains some data and a foreign key
decoded by table LOOKUP.

Anyhow does anyone know how this can be fixed?

Thanks alot.
P.S. Using access 2003.
Aug 2 '06 #5
ken
Question...what does it matter what I have on the form, if the View in
access won't allow me to input data? I put all the keys on the form and
am getting the same result.

Tom van Stiphout wrote:
On 2 Aug 2006 05:12:12 -0700, "ken" <ge****@gmail.c omwrote:

Make sure all primary key fields are on the form. They can be hidden,
but have to be present.

-Tom.

Just tried the unique table property and nothing...I can't enter data
in the form...or the view from access.
ken wrote:
When I'm in SQL I can enter data into the view.
However when I"m in access looking into the same view...can't enter
data...I"ll try setting unique table property..see if that works.
Tom van Stiphout wrote:
On 1 Aug 2006 13:19:45 -0700, "ken" <ge****@gmail.c omwrote:

If you're lucky you can set the UniqueTable property of the form.

But first, you need to ALWAYS first test your queries in the SQL
Server environment. Run the view. Can you enter data?

-Tom.

>Hi,
>I get the following error "Invalid input parameter values. Check the
>status values for detail".
>I have a SQL 2005 backend, and an access front end. I have two tables,
>MAIN, LOOKUP in my SQL server backend. If I create a view containing
>value from table MAIN and enter data into it from a form in access
>everything is ok.
>
>However if I make a vew with both tables MAIN and table LOOKUP I get
>the error above. Table MAIN contains some data and a foreign key
>decoded by table LOOKUP.
>
>Anyhow does anyone know how this can be fixed?
>
>Thanks alot.
>
>
>P.S. Using access 2003.
Aug 2 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

63
5941
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy in Visual Studio to create reports and labels as it's in Access?` The advantage of VS.net is that not every user needs Access, right? And that would eliminate the Access version problem as well I guess.
1
1732
by: poohnie08 | last post by:
I have an excel worksheet which display staff hours spent for certain projects in a monthly basis (running calendar day 1 to end of the month including sat and sun). I hope to use ms access and designing a database which will incorporate all the fields inside the worksheet for project costing analysis program. How do I make this database incorporate all of excel information, and give me the proper history on each project eg. how many man...
6
3650
by: Kenneth Courville | last post by:
Hello, I'm looking for assistance with the Access object model. I know this is VB, but I'm building an Office Add-using C# directed at Access 2002. I'm literate in VB, so you can reply in VB... I think my problem mainly lies in knowing the quirks of the Access object model. Basically, I'm looking for a method of determining if an Access database is open yet. AND I'm looking for a method that doesn't not require checking for an...
3
1564
by: Stickleback | last post by:
Morning All I have been developing and deploying with Office 2000 for about 3 years, mainly Access based programs and although I have gotten used to it's quirks, I am starting to feel that I should be switching to Office 2002 or maybe 2003 It would mean upgrading a lot of existing work, not to mention 3rd party tools that I have bought over the years. I'll switch if there are any real benefits but if it is just marginally better I'll...
4
2709
by: rufus | last post by:
Hi, On the project I am working on we need to encapsulate all data and business logic in an activex dll. My question is: How do I do this? How can I access the form objects ie text boxes, buttons with a dll? Thanks.
1
5062
by: Marc | last post by:
Here goes... Outlook 2003 -> Access -> Crystal Reports ...via VB 6.0 code Basically I have a VB 6.0 project working on my machine. All with the click of a button , the Vb code extracts rows from the Calender folder of Outlook 2003, and makes a table in Access based on these rows and then a crystal report is created.
52
9989
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access 2003, not 2002, even if Office is kept at 2002. We are also looking to do a fair amount of...
15
4645
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to communicate with a MySQL database table on a web server, from inside of my company's Access-VBA application. I know VBA pretty well but have never before needed to do this HTTP/XML/MySQL type functions.
34
2618
by: Mathieu Trentesaux | last post by:
Hello I downloaded Office 2007 for this reason : It seems, once again, that it is impossible to save any modification done in a VBA library, from the main project in Access. The save button remains desperatly grayed. It also seems impossible to open the library in another Access instance
3
2912
by: SAL | last post by:
Hi, I have Microsoft Enterprise Library 2005 installed on my local system. I'm developing in C# using Visual Studio 2003 IDE with framework 1.1. I am automating a process that will use a DLL assembly I am developing. I am going to use the data Access Application Block for data access in my DLL assembly, and a Windows Service will execute the DLL on a set schedule. To make this happen I will add the Common, Configuration, and Data...
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9524
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10449
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5568
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.