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

Programatically Update Multiple Tables from one entry Form

PMB
Thank you in advance for any and all assistance.

I'm running a form/table that tracks transactions and I want to update a
daily and monthly table at the end of each transaction based on the
CustomerID <> CASH or <> CCARD. Which should give me only the accounts that
charged products or services.

I would like to do this as transparent as possible as not to alert my clerks
to the update procedure. Is there a way to programatically open more than
one table and update the same fields in them?

Michael
Nov 12 '05 #1
2 5671
"PMB" <pm*****@megavision.com> wrote in message news:<Kb****************@news.uswest.net>...
Thank you in advance for any and all assistance.

I'm running a form/table that tracks transactions and I want to update a
daily and monthly table at the end of each transaction based on the
CustomerID <> CASH or <> CCARD. Which should give me only the accounts that
charged products or services.

I would like to do this as transparent as possible as not to alert my clerks
to the update procedure. Is there a way to programatically open more than
one table and update the same fields in them?

Michael


normally you'd use update queries...

docmd.setwarnings false
docmd.openquery "myupdatequery"
docmd.setwarnings true
Nov 12 '05 #2

Michael

Forgive me if I have mis-understood you, but I suspect what you propose
is over complicated.

If you want to track transactions on a daily or monthly basis how about
putting the date and other required data in you main table and then,
when you want the information do a report based on a query from that
table.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #3

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

Similar topics

1
by: vj | last post by:
How to Update multiple tables in a single SQL update Statement? Is there any way out? vj.
0
by: PMB | last post by:
Thank you in advance for any and all assistance. I have a small program that I'm tracking accounts rec. and I want to keep data, stored by day and have a month end. I have a form called...
1
by: CS | last post by:
I need to update multiple tables from one form using a command button. The info from the different text boxes should then go into the tables. Can someone help me with some example code on how to...
0
by: Remy | last post by:
Hi I have an ASP.NET 2.0 DetailView that displays data that has been joined over more than one table. Is it somehow possible to then also Update Data over multiple Tables without using a Stored...
5
by: Proaccesspro | last post by:
I have an Access database that contains multiple tables. How can I update a field in all of the tables with a search and replace funtion? In other words, one of the forms has a button that will...
2
by: seltzer | last post by:
I have five tables with ID as the join between them. I want to create a form that includes all the fields from the five tables, but I do not want to have to repeat the ID five times on the form. I...
4
by: dstorms | last post by:
I'm trying to run an update query on multiple tables, and since Access doesn't allow me to update tables from a union query, I'm writing a module as a workaround. So I've set up a temporary recordest...
2
by: Presto | last post by:
I am making a front end mdb so users can enter new members data. I can then import this into the master database on the backend and erase the existing info on the front end to keep the data...
1
by: DMAGIC448 | last post by:
I am trying to figure out how to add records to multiple tables w/ one form. I am making a database for a Home DayCare and I want to add/update records for 5 tables (Student info, Parent 1 Info,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
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,...

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.