473,406 Members | 2,343 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.

Calculated Query fields to Table fields

Abhean
32
Hello everyone, thanks in advance.

I am working on a medical inventory Dbase where I need to separate a QR code into the needed info. I did the seperation in query
Example
Expand|Select|Wrap|Line Numbers
  1. GTIN: Mid([OrgUpc],3,Len([OrgUPC])-34)
So far all good.
Now I need to connect another Table to the calculated fields and running into problems at doing so. So I am hoping that I can move the calculated fields from the query into the "UPC" table via update or append?
Mar 7 '19 #1

✓ answered by Seth Schrock

An UPDATE query changes existing records. An APPEND query (aka an INSERT query) adds records to an existing table. I'm guessing that you need an INSERT query. Here is a link to instructions for how to create an INSERT query. Just put the name of your existing query in the place of table1.

3 1147
Seth Schrock
2,965 Expert 2GB
An UPDATE query changes existing records. An APPEND query (aka an INSERT query) adds records to an existing table. I'm guessing that you need an INSERT query. Here is a link to instructions for how to create an INSERT query. Just put the name of your existing query in the place of table1.
Mar 7 '19 #2
twinnyfo
3,653 Expert Mod 2GB
Abhean,

Weclome to Bytes!

Abhean:
Now I need to connect another Table to the calculated fields
If you need to connect another table to the calculated field, I am assuming that you mean JOIN-ing the table so that you can refer to other items in the table with the GTIN value?

You can JOIN queries to other tables just like you can join tables to each other. If I had more information about your two tables, I could provide a more detailed response.
Mar 7 '19 #3
Abhean
32
Many thanks. I found that I can simply do the calculated fields within the table w/o using a query.
Mar 8 '19 #4

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

Similar topics

0
by: nospam1001 | last post by:
Environment is MySQL 3.23.33, PHP Version 4.3.2. Have included a couple of extra columns here in an attempt to clarify what I am trying to do. In the table rid is a unique, auto-increment. The...
1
by: Chris Lutka | last post by:
I've been racking my brains all day over this. And I'm not the best at SQL either. I need a query that will produce the following results:...
2
by: jacoballen | last post by:
I have a query that combines the results of three related tables. The memo fields are truncated to 255 characters, but I need all the information in them. I'm aware that removing code such as...
8
by: Michel Esber | last post by:
Hello, DB2 V8 FP 11 running on Linux. Given two tables: T_SW_ID (SW_ID INTEGER, SW_NAME VARCHAR); T_SW (MACHINE_ID varchar, SW_ID DECIMAL (8), VERSION varchar, Product_ID varchar)
2
by: teser3 | last post by:
I would like to know if it is possible to do a pattern match or better way to condense my below query in Access 2003. Basically I need to query the average with all fields in TableOne that end...
1
by: gautam89 | last post by:
Hi everyone... I'm a high school student working on an Access project for a summer internship. I needed your assistance in writing a criteria for a select query. Table1 has the following...
1
by: Alan Mather | last post by:
calculated subform fields will display on form but won't save in table
8
by: PRANerd | last post by:
I have a table with 13 fields of information, filed 1 is the item name, and the remaining 12 fields are numerical information about that item. Some of the data in the numerical fields contain...
2
by: EllieW | last post by:
Started a new job with the most recent version of Access and can't find an answer to this - When doing a basic Update query linking two tables I want to update a field in Table 1 to a field in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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,...
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
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,...
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.