473,388 Members | 1,385 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,388 software developers and data experts.

sql update/access query

A user has a make table query, basically it does some summing and creates a
'summary' table. I'd like to get rid of it (it's the last one in the access
back-end) and use pure sql. Is the same thing easy enough to accomplish in
sql or would you still need to make the table in the FE and then update the
(same) table in sql..?
--
Thanks,
Lap
Nov 12 '05 #1
3 1522
DFS
"Lapchien" <bl**@blar.tv> wrote in message
news:10**************@ananke.eclipse.net.uk...
A user has a make table query, basically it does some summing and creates a 'summary' table. I'd like to get rid of it (it's the last one in the access back-end) and use pure sql. Is the same thing easy enough to accomplish in sql or would you still need to make the table in the FE and then update the (same) table in sql..?
Depends on how it's used, what kinds of summaries it contains, if FE users
have links stored to this summary table, etc.

--
Thanks,
Lap

Nov 12 '05 #2
When it's created (currently in the access BE) users have a link from their
FE, nothing fancy, just to lookup. The summaries it contains are just
currency transactions, basic 'sum' query expressions.
--
Thanks,
Chris
cc****@NOSPAMeclipse.co.uk

"DFS" <no******@nospam.com> wrote in message
news:vt************@corp.supernews.com...
"Lapchien" <bl**@blar.tv> wrote in message
news:10**************@ananke.eclipse.net.uk...
A user has a make table query, basically it does some summing and
creates a
'summary' table. I'd like to get rid of it (it's the last one in the

access
back-end) and use pure sql. Is the same thing easy enough to accomplish

in
sql or would you still need to make the table in the FE and then update

the
(same) table in sql..?


Depends on how it's used, what kinds of summaries it contains, if FE users
have links stored to this summary table, etc.

--
Thanks,
Lap


Nov 12 '05 #3
DFS
Lap,

Sounds like it's up to you to do what you want with it. If it contains
important codes or reference data, I say leave it. But if it's continually
dropped and recreated, I would wonder about how the data is used, who, how
often, etc.

I generally split tables up like this:

back-end
-------------------
TRANS - transaction tables (ie items rented)
REF - reference tables (lists of categories, codes, states, cities, etc
enforced on the transaction tables)
XREF - cross-reference tables (various xref between reference tables)

front-end
-------------------
TEMP tables (data summaries used for reports, etc.)
WORK tables or SYS tables (list of reports on a report menu, search
categories, things used with coding and processing, etc.)
(note: I sometimes place WORK tables in a separate db, or even in the
back-end)

"Lapchien" <bl**@blar.tv> wrote in message
news:10*************@ananke.eclipse.net.uk...
When it's created (currently in the access BE) users have a link from their FE, nothing fancy, just to lookup. The summaries it contains are just
currency transactions, basic 'sum' query expressions.
--
Thanks,
Chris
cc****@NOSPAMeclipse.co.uk

"DFS" <no******@nospam.com> wrote in message
news:vt************@corp.supernews.com...
"Lapchien" <bl**@blar.tv> wrote in message
news:10**************@ananke.eclipse.net.uk...
A user has a make table query, basically it does some summing and creates
a
'summary' table. I'd like to get rid of it (it's the last one in the

access
back-end) and use pure sql. Is the same thing easy enough to

accomplish in
sql or would you still need to make the table in the FE and then
update the
(same) table in sql..?


Depends on how it's used, what kinds of summaries it contains, if FE users have links stored to this summary table, etc.

--
Thanks,
Lap



Nov 12 '05 #4

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

Similar topics

6
by: David Shorthouse | last post by:
Hello folks, I have a problem with an update query on an asp not updating the table in an Access db. The code runs, I have no errors, but when I examine the table, nothing was updated. The query...
10
by: Randy Harris | last post by:
I imported records into a table, later found out that many of them had trailing spaces in one of the fields. If I'd caught it sooner, I could have trimmed the spaces before the import. This...
9
by: James Butler | last post by:
Our setup: Online db: MySQL Inhouse db: MS Access 97 with MySQL tables linked via ODBC Our issue: Almost every field updates successfully, except one. A scenario: Information is written to...
1
by: Aaron | last post by:
Hello fellow programmers, I am trying to run an append/update query from code, a command button on a form initiates the queries. the format i am using is; ...
2
by: NigelMThomas | last post by:
I have an especially challenging problem. I know there are a few geniuses in this group so perhaps; you can advise me whether or not this can be done as an update query in Access. Thanks. I am...
3
by: Shapper | last post by:
Hello, I have created 3 functions to insert, update and delete an Access database record. The Insert and the Delete code are working fine. The update is not. I checked and my database has all...
2
by: Reedsp | last post by:
OS: MS XP Access version: 2003 SP2 I am trying to use an update query to replace quote marks with nothing. In essence, I'm removing quote marks. I get a error message when a field is empty or...
5
by: teddysnips | last post by:
Having upsized my client's back-end DB to SQL Server, the following query does not work ("Operation must use an updateable query"). UPDATE tblbookings INNER JOIN tblREFUNDS ON...
2
by: DuncanIdaho | last post by:
Hi Apologies if this is similar to a (very) recent post. I was wondering if it is possible to execute an update query that contains a select statement on an MS access 2000 database. I have...
3
by: Michel Esber | last post by:
Hi all, DB2 V8 LUW FP 15 There is a table T (ID varchar (24), ABC timestamp). ID is PK. Our application needs to frequently update T with a new value for ABC. update T set ABC=? where ID...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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
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...

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.