473,654 Members | 3,107 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Enter Paramerter Value

8 New Member
How can i get rid of "Enter Parameter Value" check boxes? as when i open my bill section there I have called multiple queries, forms and tables. It works perfectly fine. No error in calculation or what so ever. The only problem is, i cannot finish the "Enter Parameter Value" check boxes on it's start. Each time when i go to the link of final summary of bill page i have to press "Enter Parameter Value" multiple time, e.g for Feright, Shortage, etc. What to do now?
Nov 23 '09 #1
9 2271
NeoPa
32,568 Recognized Expert Moderator MVP
I can see you've tried to make this clearer, but we still have nothing to tell us even where this message is coming from.

What are you trying to run when this comes up?
Is that the exact message - or is there a specific prompt which would give us more of a clue?
Is it a form or report?
What is the underlying record source?

Without this information it is much like posting a question like :
"I have a problem. What's the solution?"
Nov 23 '09 #2
junaidfaiz
8 New Member
OK. Let me make it clear. I have developed a complete database which workd for a Gasoline carraige contractor. I have developed expression in it's calculations placed in Queries. When i have run the query, what ever expression that'll work on that side prompts me a "Enter Parameter Value" check box. I want to get rid of that box. I hope that this is more then a clear question. I have also read thru the help guide of Access 2007 but havn't been luck to get the solution as yet.
Nov 24 '09 #3
NeoPa
32,568 Recognized Expert Moderator MVP
It's a little clearer, but frustratingly still doesn't include any details I can work with. A general description is enough to tell me you have a problem fine. If you want help with the problem then I need some details - like the answers to all the questions in my last post. Some answers is good. All would be necessary.

I have a suspicion that the Message Box you refer to has a title and some text. You include the title which is just a general indicator, but not the text, which actually points to what the problem is. I cannot confirm for sure because I have to rely on you to give me actual information.
Nov 24 '09 #4
junaidfaiz
8 New Member
OK please give me you personal email adress and i'll send u .ACCDE file of the work. I cannot send the open file but i hope that you can get some idea of what kind of a problem it is.
Nov 24 '09 #5
NeoPa
32,568 Recognized Expert Moderator MVP
Absolutely not. If you want help from this site you need to provide a sensible question at the very least. I've gone to the trouble of explaining the minimum information needed. I don't intend to work that out for myself just to save you the bother. Besides which I don't share my email address publicly on the web (I have more than a single brain cell) and I don't have a copy of Access 2007 (which you haven't explained you're using, but I can infer from your last post).

Requiring a sensible question doesn't seem a lot to expect from somebody expecting some free help if I'm honest.
Nov 24 '09 #6
junaidfaiz
8 New Member
I think I had asked you the better question in a good respectable way. It is simple and read my text again only if U r sure that U do have any knowledge of working in MS Access. I have developed table and called their values in queries. Within these queries I have developed expression or U can say formulas to make calculations on the inputted data, dragged by forms built with tables. Now when I run the query, I get a box whose heading is “Enter Parameter Value” having the expression name also incurred. I do not give any value (Digital) init. I just press Ok as the mathematical data has been given by me in the forms where originally tables are working as told earlier. So, I don’t know why im getting this check box which has nothing to do in the database.
Also, for U I don’t know the exact sense U want Ur brain cells to work with. Next I just wanted U to view the problem, I never asked U to clean it leaving me of no bother. That was why I wanted to send U privately my software, mainly because of privacy not because of Ur charm. Almost every body with better sense use Office 2007 as it is latest and favors many features. U can get a free copy of that if U ask me.
Knowledge is worth sharing as it increases with that, U maybe a developer but going thru someones problem if that is simple shouldn’t be making a hard effort for you. Ur expressions forced me to reply on what U mentioned to me, as U – to what I can sense r a very biased person. These free help site r read world wide who ever comes in them. I think U should mend Ur behavior problem in future.
Nov 30 '09 #7
NeoPa
32,568 Recognized Expert Moderator MVP
I know.

I guess all the problems in your life are down to other people not doing things right eh?

Never mind, I would hate to further complicate matters for you so I'll leave you alone to sort it out yourself. I'm sure it'll still be all my fault, as the only other person left to blame is yourself. I'm guessing you don't make a habit of blaming yourself.
Nov 30 '09 #8
junaidfaiz
8 New Member
Look U have a problem of insulting others first, read ur comments and the way U write. Don't be a biased person.
Dec 2 '09 #9
junaidfaiz
8 New Member
I asked a question that was related to MS Access and U changed the topic makin my question non sensible, brain cells and bother stuff.

Look Mr. Neo if u don't know he answer or the solution then simply don't type anything. To be an administrater doesn't mean that u have to make a word for anything.

I have read many comments of ur on this website to various people and U do have a nick of misbehaving. Kindly, mend ur behaviours issue.
Dec 2 '09 #10

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

Similar topics

15
6566
by: M Smith | last post by:
I have a form I want to submit to itself. I want to be able to type in a list of numbers and submit the form and have that list show up on the same form under the text box I typed them into and the buttons. The problem is when I post a form to itself, the Enter key will not submit the form, it only clears the contents of the text box. The only way I can submit is to click the submit button. Here is a simplified version of my code that I...
9
6996
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 it return the associated records to a listbox. Once the listbox has the records, I want to select a record, which will open a form associated with the selected record in the listbox.
5
2072
by: Ken Varn | last post by:
If I have a value type such as int that I want to protect in a multi-threaded situation, Is it safe to use Monitor::Enter(__box(value))? I am thinking that a different object pointer is generated each time and thus the protection is not insured. Is this true or not? Example: public _gc class MyClass { int Value;
6
2132
by: Clark Sann | last post by:
Can someone help me understand what object should be used as the lock object? I've seen some programs that use Monitor.Enter(Me). Then, in those same programs, they sometimes use another object. Why? I would appreciate it if someone could help me understand the ramifications of picking an object in this command. Thank you so much for your help. Clark
8
10613
by: Dan Holmes | last post by:
I am receiving data from the stream of a socket. I am trying to determine if the user pressed the Enter key. The buffer has 2 non-zero bytes when the user presses enter: 13 and 10. If i convert that to ASCII i get \r\n. I would like to have a value i could compare to ConsoleKeys.Enter if possible. Anyone know how to do that? int bytesRead = ns.EndRead(ar);
6
4927
by: Paul Furman | last post by:
I'm getting incorrect response when hitting the enter key instead of actually clicking the button on a form. It activates but the post data isn't being sent I think. The php generated page flickers & reloads but doesn't perform the update. This is php generated, I'm just pasting the page source (reformatted & extra junk removed and I think they are now identical), and it's running on my localhost apache server for testing so maybe...
8
3177
by: Jeff | last post by:
A client wants a press of the Enter key in a field on a continuous form to grab the value of that field from the previous record. But if they have typed a value and then hit Enter it shouldn't. I have tried a few ways but the main problem is that after typing a value and hitting Enter it still grabs the value from the previous record, trashing the value they just typed. Any ideas from you lateral thinkers.
1
4753
by: kgerritsen | last post by:
I am building an application that will receive input from a barcode scanner. The barcode scanner is configured to append to the front value a single character and hyphen that identify the barcode standard, then the value in the barcode, terminated by a return. The barcode scanner appears to the operating system as a USB keyboard. I am loading the barcode value into a textbox both on my Form1 and on a dialog box where the user has to...
10
4169
by: art | last post by:
Hi, I have a form with an image button like this: <td><input type='text' name='search' id='search' value='' size=30><BR><span class=body><center>Enter Email Address</span><BR></ td> <td><a href='#'><img src='./images/search.gif' border=0 onclick='return getCustomer(search.email.value);'></a><BR><BR></td>
0
8375
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
8290
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
8815
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
8707
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8482
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6161
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
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
4149
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...
2
1593
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.