473,408 Members | 2,441 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,408 software developers and data experts.

Enter parameter value

Hello,

I am trying to make an order system that devides the 6% and 19% VAT totals on the invoice.

Basically I have a query that gets all the information the invoice form. Now i made to filter query's. One that filters the 19% and one that filters the 6% products. in the query builder I added a calculation that says ''product total * 0,06 '' (or 0,19 for the 19%)

Now I want the result of that sum to show in the report.
When I add a controle source in the report for a textbox. I select the row that gives the results of the sums.

Now i run the report and it says enter paramete value! I dont understand why.

Can someone help me? thanks
Jun 29 '11 #1
3 3323
Adam Tippelt
137 100+
Enter parameter value usually means that something is trying to reference a control that is either not open, or has been deleted/renamed. It can't find the value itself, so it's asking you to give it the value.

If you've build a query based on controls on a form, and you're now trying to use the same query for a report, it's probably looking for a value from a control on the original form, but cannot find it because the form is not open.

Adam.
Jun 29 '11 #2
Narender Sagar
189 100+
You added calculation field 'product total * 0,06 '' (or 0,19 for the 19%)'
Do you have 'product total' field in your table. I presume your query is unable to understand this field.
If you have this field in table, then type the calculated field as exactly as follows:
NewName: ([product total]*0.06)
Jul 26 '11 #3
NeoPa
32,556 Expert Mod 16PB
When you get the "Enter Parameter Value" prompt that means that there is something in your SQL that Jet (Access SQL) doesn't recognise as available.

This can be for various reasons, some of which I'll list :
  1. The query was designed to prompt the user for a value.
  2. The SQL contains a reference to an object (Form Control, Field, etc) is misspelled (so is never available).
  3. The SQL contains a reference to an object that is currently not available (generally due to its being on a form that is not currently open).

If we're to help you find this anomaly then we'll need to see your SQL at least.
Jul 27 '11 #4

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

Similar topics

1
by: Chuck | last post by:
I have a query that uses the query with the critera set to . We I run the query the msgbox pops up asking for the name information to be entered, but on the top (blue background) of the message box...
9
by: Megan | last post by:
Hi- I'm creating a database of music bands with their cds and songs. I'm trying to program an SQL statement so that I can enter a string of text in a textbox, press the 'Enter' key, and have...
0
by: KGrein | last post by:
Hi. I have a form that contains a combo box with customer number & customer name in it. The form is called F_DeleteUSCust and the combo box is named CB_getUScust It picks up the information for...
3
by: Darin | last post by:
I have a problem I just can't figure out. I have a form with a subform, and the recordsource of the subform has criteria based on some unbound fields in the parent form so that data in the parent...
13
by: cfrance1 | last post by:
Hello, I recently started working with access for a school project in my Information Systems Management class. I'm a Finance major so it's not like I had to get this deep into this stuff, but I...
2
by: billtubbs | last post by:
Hi I am getting the common problem of the "Enter Parameter Value" dialog box, which pops up every time I execute a query. I built the query using the Expression Builder in Access. If any of my...
1
by: waltnixon | last post by:
I've got an MS Access query which runs fine when double clicked and returns all of the rows in a test database I'm building. I've set up a multi group report based on the query. I immediately...
1
by: janekelly111 | last post by:
I have a main form with one subform linked by a one-to-many relationship on one field only. The main form;s recordsource is a query determined and assigned from a command button on a "Find" form...
2
by: Sep410 | last post by:
Hi all, I am using vb.net and Sql2005 and crystal report viewer in my application. the peroblem is when I run a report and I set the value for parameter a Enter Parameter value pops up.I shoudl...
7
by: adigga1 | last post by:
Hello EveryOne, I have a situation with a Form running an event; It works fine when it calls or manipulates number values; but when I put a character within the numbers or use alpha-numeric...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.