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

Lookup textbox within form ( Parameter Value error )

Hi

Very novice sorry. Trying to add a simple query to a textbox...I am
getting Enter Parameter Value

I have a Form called (frm_tbl_RR_Datacapture). With a series of
Textboxes.

I am wanting to look at a textbox in the form
called(RR_Adjusted_GB_Piece_Size_Input)and lookup the corresponding
value in a table called (tbl_RR_GB_Piece_Size)and give me a result in
the column called (Daily_Production).

And place the result from (Daily_Production)into another text box on
my Form called (RR_Adjusted_GB_Piece_Size_Production_Adjustment).

Does this make sense...?

I have tried a query
Criteria:
[Forms].[frm_tbl_RR_datacapture].[txtRR_Adjusted_GB_Piece_Size_Input]

within a query using the tbl_RR_GB_Piece_Size in column Piece_Size. To
give me a Daily Production number?????But gives me Parameter Value
Error

Please Help Anyone.

Thanks Tyson.
Nov 13 '05 #1
1 2208
Hi, thought I would try something different with this code...
Private Sub RR_Adjusted_GB_Piece_Size_Production_Adjustment_Ex it(Cancel
As Interger)

DoCmd = DLookup("[Daily_Production]", "tbl_RR_GB_Piece_Size",
"[Piece_Size] = " _&
Forms!frm_RR_Datacapture!RR_Adjusted_GB_Piece_Size _Input)

End Sub

Why wont this work for me? I am feeling rather hopeless!!!!

Cheers
Tyson.
ty**********@hotmail.com (Tyson) wrote in message news:<7f**************************@posting.google. com>...
Hi

Very novice sorry. Trying to add a simple query to a textbox...I am
getting Enter Parameter Value

I have a Form called (frm_tbl_RR_Datacapture). With a series of
Textboxes.

I am wanting to look at a textbox in the form
called(RR_Adjusted_GB_Piece_Size_Input)and lookup the corresponding
value in a table called (tbl_RR_GB_Piece_Size)and give me a result in
the column called (Daily_Production).

And place the result from (Daily_Production)into another text box on
my Form called (RR_Adjusted_GB_Piece_Size_Production_Adjustment).

Does this make sense...?

I have tried a query
Criteria:
[Forms].[frm_tbl_RR_datacapture].[txtRR_Adjusted_GB_Piece_Size_Input]

within a query using the tbl_RR_GB_Piece_Size in column Piece_Size. To
give me a Daily Production number?????But gives me Parameter Value
Error

Please Help Anyone.

Thanks Tyson.

Nov 13 '05 #2

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

Similar topics

10
by: Gregory A Greenman | last post by:
I'm trying to write a program in vb.net to automate filling out a series of forms on a website. There are three forms I need to fill out in sequence. The first one is urlencoded. My program is...
1
by: Big Dave | last post by:
Good morning. This group has been a great help so far, and it is much appreciated. Here's my new question. I want to be able to create a datagrid at runtime, which will have template columns...
8
by: Sergei | last post by:
Hi, I am displaying modal dialog and passing values from the main form to the modal dialog and back. It works fine but if I used the following syntax on Page_Load(just for testing) in VB to...
11
by: Joe | last post by:
Hello All, I have an ASP.NET page with one Textbox (SearchTextBox) and one ImageButton (SearchButton) server controls. The user can type search text in SearchTextBox and click SearchButton and...
1
by: clickon | last post by:
For testing purposes i have got a 2 step WizardControl. Eqach step contains a text box, TextBox1 and TextBox2 respectively. If i put the following code in the respective activate event handlers...
3
by: Richard | last post by:
How is the result of query placed in a unbound textbox ? Suppose CriteriaLookups has columns TableName, KeyColumn, KeyValue, DataColumn Foo,x,11,xhat Bar,z,3,xyzzy And
0
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile...
3
by: Radu | last post by:
Hi. I have the following problem - I need to build a user-control in asp.net (an ascx) to somehow allow the users to search by first name or last name among a big (~10.000 records) email addresses...
7
by: robert.waters | last post by:
I have an Access database frontend linked via ODBC to a large (gigabytes) mysql database. I need to view a large amount of data in a a textbox (variable up to 300K), but I receive a 'there isnt...
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
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
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,...
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...
0
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...

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.