Re: Copy a record in a form
- From: "Alex Martinez" <alex_martinez@xxxxxxxxxxx>
- Date: Mon, 20 Mar 2006 20:48:29 -0800
Hi TC
I work for an insurance company and I created a database to track claims.
This is all in one table the fields are:
Policy Number
Insured
Date process
Comments
What my user wants is instead of re-typing the policy number, insured, date
process, comments the user simply press the copy command button making a new
record, but within my code I will delete the date process and the comments
making those fields null. Unfortunately there is no primiary key. All I
want to do is just copy the record and making a new record. Any tips will
be appreciated. Thank You..
"TC" <aatcbbtccctc@xxxxxxxxx> wrote in message
news:1142914772.711990.96330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Not to answer your question, but: you generally should /not/ copy a
record into a new record.
Instead, the data that is common to both the records, should be stored
in a seperate table. So, your current table structure might not be
correct.
If you want some comments on your table structure, show us the name of
each table, and list the fields in each one. (You nedn't show their
typres & lengths.)
Also, tell us what is the "primary key" of each table. If you don't
know what that is, you need to research that term! It is one of the
main concepts in a relational database like Access.
HTH,
TC (MVP Access)
http://tc2.atspace.com
.
- Follow-Ups:
- Re: Copy a record in a form
- From: TC
- Re: Copy a record in a form
- References:
- Copy a record in a form
- From: Alex Martinez
- Re: Copy a record in a form
- From: TC
- Copy a record in a form
- Prev by Date: Re: Copy a record in a form
- Next by Date: Re: Validating data
- Previous by thread: Re: Copy a record in a form
- Next by thread: Re: Copy a record in a form
- Index(es):
Relevant Pages
|