473,569 Members | 2,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

manipulating the values from expression builder and inserting in fields

wat i want is to insert the calculated values(simple addition or
subtraction) in fields of my table by using expression builders in my
forms..i have made that feild in the table but still it doesnot store
the paticular value in that field..plz help me out..looking forward for
ur replys..thanx

Nov 13 '05 #1
2 2356
sh**********@gm ail.com wrote:
wat i want is to insert the calculated values(simple addition or
subtraction) in fields of my table by using expression builders in my
forms..i have made that feild in the table but still it doesnot store
the paticular value in that field..plz help me out..looking forward for
ur replys..thanx

You have a calculated field. You have a field that isn't calced. You
want to store the value of the CalcField into the NonCalcField? Is that
correct? If so....

Create both calced/non-calced fields in the form. Maybe set the visible
property to false on the non-calced field. Then, in the BeforeUpdate
event of the form, enter something like
Me.NonCalcedFie ld = Me.CalcedField
using the names that you've assinged to the controls.
Nov 13 '05 #2
basically i m working on a stationary database..i hve made 5 table
which are department, product, supplier, prod issued (to deptt.),prod
recieved (from supplier).i hve made many to many relation among these
table..wat i want is to store the value in PRODUCT table wid the field
name QUANTITY(basica lly it must store the present qnty of product
available).
so i have made a form which hve the entries of two tables dat are PRO
ISSUED and PRO RECIEVED or making two seprate forms for each table..i
tried using expression builder to add the qnty of product when i
recieve them from suppliers..and to subtract when issued to
deptt...this value after being calculated must be stored in the table
of PRODUCT in a field of AMOUNT..thanx 4 rplying ..

Nov 13 '05 #3

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

Similar topics

6
5259
by: AAVF | last post by:
Hi We have a problem with a query. An Access database links via ODBC to a UNIX server. To speed things, we use the ODBC to load the relevant tables to the local PC that runs Access so that all querying is done locally. One of the reports we run allows the user to list all invoices within a period. They are also allowed to select a...
2
17053
by: Darren | last post by:
Hi All, This will probably have the easiest solution but as I'm still a newbie and need some help... When building a query I would like to create a field called Name which includes both the first and last name of the person. Here's the expression:
3
3147
by: ssb | last post by:
Hello, This may be very elementary, but, need help because I am new to access programming. (1) Say, I have a column EMPLOYEE_NAME. How do I fetch (maybe, cursor ?) the values one by one and populate a combo box with these names. (this way, I can display all the EMPLOYEE_NAME values) (2) In general, can I do additional processing on...
1
1592
by: tnt | last post by:
I have set up a table and a form initially when i use these without modifications the data transfers fine. However when i use the expression builder to create a calculation in one of the form controls, the calculation works fine but the data i get from modified control is no longer transferred to the table when i save and exit the form. ...
1
2532
by: Laertes | last post by:
Hi, I want to use the expression builder in a query to define a field. I know how to do it for simple fields, like the one below : orderdate: IIf((IsNull() And =False) Or (<>"N/A" And =False),,) When though the expression is too complex, the builder is not very convenient to use. I tried to use a function instead... The error I
2
7339
by: Mike Turco | last post by:
I like using the expression builder for a lot of different things but it isn't always available when I want to use it, for example in the code window, or in all of the control properties. I am usually stuck having to go into the database window, creating a new query, etc., and then right-clicking in a field and selecting build. Is there a...
2
3006
by: Brian Kitt | last post by:
I have a process where I do some minimal reformating on a TAB delimited document to prepare for DTS load. This process has been running fine, but I recently made a change. I have a Full Text index on one column, and punctuation in the column was causing some problems down the line. This column is used only for full text indexing, and...
0
2465
by: AlexanderTodorovic | last post by:
Hello Everyone, I'm developing a client application in which the users need an expression builder as provided in MS Access 2003. I would like to use the expression builder in a C# application. Is is possible to call the expression builder e.g. via automation? If yes, how can i execute the rules and get the result?
3
10363
by: rrosynek | last post by:
I have a 2003 Access Database with several tables related in a one to many relationship with a parent I am looking to build a report which evaluates if different users of the table have all entered data properly. As an example - the parent table creates the customer account number, customer last name and customer ssn. A related table creates...
0
7618
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...
0
8132
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...
0
7982
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...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5222
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...
0
3656
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...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2116
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
1
1226
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.