473,385 Members | 1,908 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Perameter Value

5
I have form in my db that is bringing up 3 boxes asking for different parameter values. I have not added any of these and wonder if anyone can tell me how to get rid of them. I have no idea what query is creating them as I do not have anything in the criteria fields in any of my queries. Any assistance anyone can provide would be appreciated as I am not at all literate with this program. Thank-you
Oct 28 '06 #1
11 3096
NeoPa
32,556 Expert Mod 16PB
Search for the values it asks for within your SQL.
So if you have the form bound to a query, open the query in SQL view and search for it there.

This usually happens when a field is used which doesn't exist.

For instance, if you have a table [tblTable] with a field [Field] and you have a query
Expand|Select|Wrap|Line Numbers
  1. SELECT [Feeld]
  2. FROM [tblTable]
then, because [Feeld] is NOT a field but a spelling or typo error, Access prompts the user to provide a value for it when the query runs.
Oct 28 '06 #2
MMcCarthy
14,534 Expert Mod 8TB
Open the form in design view.

Open the properties window and under the data tab what is the record source of the form.

If it is a SELECT statement copy and paste it here.

If it is a saved query then open the query in design view. Change the view to sql and copy and paste it here.

I would guess that it's looking for values from somewhere.
Oct 28 '06 #3
IMO
5
Open the form in design view.

Open the properties window and under the data tab what is the record source of the form.

If it is a SELECT statement copy and paste it here.

If it is a saved query then open the query in design view. Change the view to sql and copy and paste it here.

I would guess that it's looking for values from somewhere.
The record source on the form is a table, however, the table does not have the values it is looking for. I have gone through every query, every report, every property box but these two values are nowhere to be found.
Oct 29 '06 #4
MMcCarthy
14,534 Expert Mod 8TB
The record source on the form is a table, however, the table does not have the values it is looking for. I have gone through every query, every report, every property box but these two values are nowhere to be found.
Go to each control (field, textbox, combobox, etc.) on the form in design view. Open the properties window and look at the following for each.

In the data tab

Control Source
Default Value

In the Other tab

Name

In each textbox the Control Source should be the field you expect it to be, if not what is it?

Is there any value in the default value refering to another field or value?

Is the 'Name' what you expect it to be?

Next question ...

Is there a subform on your main form?
Oct 29 '06 #5
IMO
5
Go to each control (field, textbox, combobox, etc.) on the form in design view. Open the properties window and look at the following for each.

In the data tab

Control Source
Default Value

In the Other tab

Name

In each textbox the Control Source should be the field you expect it to be, if not what is it?


Is there any value in the default value refering to another field or value?

Is the 'Name' what you expect it to be?

Next question ...

Is there a subform on your main form?
I have checked all of the above and everything is as it should be. Any more suggestions? Thanks so much

Yes, there is a subform but I have checked it as well.
Oct 29 '06 #6
MMcCarthy
14,534 Expert Mod 8TB
I have checked all of the above and everything is as it should be. Any more suggestions? Thanks so much

Yes, there is a subform but I have checked it as well.
Have you checked the subform object itself

Check for child parent relationship

Check if there's a filter
Oct 29 '06 #7
IMO
5
Have you checked the subform object itself

Check for child parent relationship

Check if there's a filter
Yes, have checked the above as well - no filters - not sure where to find the child relationships. There are no relationships when I click on the relationship icon. The values it is asking for is something that was removed and renamed Does the db have a memory that cannot be cleared even if you totally delete all instances of the original field when it gets renamed??
Oct 29 '06 #8
NeoPa
32,556 Expert Mod 16PB
No.
But it does sound as if you haven't deleted all references properly.
Check for anything to do with the deleted items which may still be hanging around in the design somewhere.
Oct 29 '06 #9
IMO
5
No.
But it does sound as if you haven't deleted all references properly.
Check for anything to do with the deleted items which may still be hanging around in the design somewhere.

I have checked each and every instance where this was several times. I don't know where to check any more. I do have a marcro which runs a findskater field but it also points to the correct field. This value is looking for something from the table which is just not there.
Oct 29 '06 #10
NeoPa
32,556 Expert Mod 16PB
Try this :-
In the database window, try Tools / Analyse / Documenter.
Select as much as possible to produce everything it's got.
Copy and paste the results (RTF) into MS Word for its searching facilities.
Search for the strings that you can't find.
Oct 29 '06 #11
MMcCarthy
14,534 Expert Mod 8TB
Yes, have checked the above as well - no filters - not sure where to find the child relationships. There are no relationships when I click on the relationship icon. The values it is asking for is something that was removed and renamed Does the db have a memory that cannot be cleared even if you totally delete all instances of the original field when it gets renamed??
In the design of the main form go to the subform and open the properties window. Under the data tab you will find two fields like link child fields and link master fields. What is in there?

You said the form is based on a table. Did you open the propeties window on the form and check what was in the record source property under the data tab?
Oct 29 '06 #12

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: G Kannan | last post by:
Hey all! I have written a perl script to retrieve information from a HTML Form and insert the data into an Oracle database table. I am gettting the the following error message: "Use of...
3
by: otto | last post by:
i need to read a variable in a javascript and translate it to a form in html the javascript variable is: <SCRIPT LANGUAGE='JavaScript'>RF2N('Total');</script> and i need to put that...
3
by: Eric Chang | last post by:
I was working on this simple form with radio boxes. And when I click on one of the radio box, it tell me the value is "undefined" Why is that ? I did defined the value of each radio box: ...
16
by: cwizard | last post by:
I'm calling on a function from within this form, and there are values set but every time it gets called I get slammed with a run time error... document.frmKitAmount.txtTotalKitValue is null or not...
4
by: dmiller23462 | last post by:
So here's my problem.....I need to set up different email distributions based on which option in the following Select form has been chosen....For instance if "Putaway" is chosen it needs to email...
7
by: matthew_carver | last post by:
Hello, I have an ASP page that loops through a SQL Server 2000 table, then downloads an Excel sheet the users can save, etc. Works fine, except, I see that in one particular "comments" field the...
13
by: Stumped and Confused | last post by:
Hello, I really, really, need some help here - I've spent hours trying to find a solution. In a nutshell, I'm trying to have a user input a value in form's textfield. The value should then be...
1
by: Dan | last post by:
This is one that has me stumped and I need an expert's input. Any ideas why the values from the second script-generated drop down list isn't recognized by the script to add time values to the...
21
by: Michael Bierman | last post by:
Please forgive the simplicy of this question. I have the following code which attempts to determine the color of some text and set other text to match that color. It works fine in Firefox, but does...
9
by: ckerns | last post by:
I want to loop thru an array of controls,(39 of them...defaults = 0). If value is null or non-numeric I want to assign the value of "0". rowString = "L411" //conrol name if (isNaN(eval...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...

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.