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

How to move a record within an Access 97 database?

I'm working on a membership database in Access 97 which has 4 datasets, the
main one listing current members.

When somebody ceases membership, I need to move that member's details from
the current members' dataset to one of the other lists within the
membership database.

At the present time we're having to laboriously enter the ex-member's
details in the new dataset and then delete his/her details from the current
member's set.

Is it possible to do this? I've worked on this for about 12 months without
success!

HughTonkin
Nov 13 '05 #1
2 1627
"Jan and Hugh Tonkin" <jh******@esc.net.au> wrote:
When somebody ceases membership, I need to move that member's details
from the current members' dataset to one of the other lists within the
membership database.

At the present time we're having to laboriously enter the ex-member's
details in the new dataset and then delete his/her details from the
current member's set.


Yes you could do this, but why bother? Have you considered having all
member details in the same table with a "CurrentMember" (or some-such)
boolean field then querying it accordingly to get your two recordsets?

Just a thought :o)

Regards,
Keith.
Nov 13 '05 #2
Jan and Hugh Tonkin wrote:
I'm working on a membership database in Access 97 which has 4 datasets, the
main one listing current members.
Presumeably you mean tables.
When somebody ceases membership, I need to move that member's details from
the current members' dataset to one of the other lists within the
membership database.


This is not an adviseable design. A good rule of thumb is never use
duplicate tables with the same data structure.

Keep all members in the same table and add a field called MBR_ACTIVE or
something. Make it a boolean data type and true is the member is
active, false means the member is no longer a member. You can even
include a MBR_ACTIVE_COMMENTS text (or memo) field to write information
as to why the member is no longer active.

You should also be using forms to enter data if you are not already.
never have a user enter data directly into a table.
--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #3

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

Similar topics

1
by: sixsoccer | last post by:
I have built a database with a <Mainform> and a <Subform>. My problem is twofold. 1. My subform is set as a continuos form with AllowAddiotions set to NO (ie. a list of Issues to the client on...
5
by: Steve Strik | last post by:
My Problem: I have created a database here at work that is exhibiting some very strange behaviour. Essentially the database is structured in a manner where one table is a master record table...
20
by: Greg | last post by:
I'm fairly new to access (using 2002) and am setting up a DB for work. along with each record the user also needs to make a flow diagram (previously, these reports were composed in word and they...
12
by: Wadim Grasza | last post by:
I want to store and display (on a form or a report) multiple pictures per record in an access database. The pictures are not stored within the database. They are stored as files and the database...
7
by: Byron | last post by:
I'm looking for a way to deny a move from the current listbox item. For instance, if the user is editing the record associated with the current listbox item I want to deny a move within the...
9
by: Joshua.Buss | last post by:
I am trying to move a record from one linked table to another within access, but I'm a complete beginner to VBA and don't know exactly where to begin. I have an access file that has the two...
7
by: rfinch | last post by:
Very new to this but using the MS working with dynamics CRM 3.0 book to run web application to retrieve lead records from CRM 3.0. Have followed the book instructions on page 380-382. But am...
5
lwwhite
by: lwwhite | last post by:
I'm trying to reproduce functionality I've seen in some other (non-Access) applications. On one of my forms, the master record is a document. The subform consists of a datasheet list of the topics...
1
by: gshawegypt | last post by:
Hi.... Using Access 2003.. I need help with the following... I have a form with a series of option combo's which as selected, filter data to the end chose.. I would like to record the...
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...
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?
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
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...

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.