Ask a Question related to Microsoft Access, Design and Development.
-
michael #1
duplicate this!
I have a form with three fields to enter a name
(Adult1,adult2 etc).
I can make no duplicates in one of the fields but I need
to make sure a name isn't entered twice regardless of
adult1,adult2 etc.
Basically how do i Index all three at once?
michael Guest
-
Duplicate counting
Hello all, I wrote a function which counts price of product from retail price and discount. It works. But I need to count price with tax of same... -
duplicate xtras
keep getting a duplicate xtras error on startup of Director MX 2004, but can't find any in the xtras folders. Any ideas? -
Duplicate Name Exists...
Hi, I've found out that whenever I try to use the .newSomething eg .newCamera or .newGroup codes, I always get an error "Duplicate Name exists"... -
duplicate a w3d
Hi all, How would i go about duplicating a w3d from one cast member to another. Doesnt seem as straight forward as other types of members. Any... -
Almost Duplicate Database
I have a production database where rows are continuously added to its tables. I need another database that is a copy of the production database... -
Allen Browne #2
Re: duplicate this!
There is a very easy solution.
Instead of using repeating fields within your table, create a related table.
The new table with have a one-to-many relationship with the first table,
i.e. there can be many adults in the new table related to one record in the
existing table.
Since all the adults are not in one field, you can place a unique index on
that field ("Yes: No Duplicates" in the lower pane in table design).
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - [url]http://allenbrowne.com/tips.html[/url]
Reply to the newsgroup. (Email address has spurious "_SpamTrap")
"michael" <nn@yy.com> wrote in message
news:083401c34b4b$70748260$a101280a@phx.gbl...> I have a form with three fields to enter a name
> (Adult1,adult2 etc).
> I can make no duplicates in one of the fields but I need
> to make sure a name isn't entered twice regardless of
> adult1,adult2 etc.
>
> Basically how do i Index all three at once?
Allen Browne Guest
-
John Vinson #3
Re: duplicate this!
On Tue, 15 Jul 2003 20:36:27 -0700, "michael" <nn@yy.com> wrote:
In addition to Allen's comments, consider the fact that names ARE NOT>I can make no duplicates in one of the fields but I need
>to make sure a name isn't entered twice regardless of
>adult1,adult2 etc.
UNIQUE. I used to work with Dr. Lawrence David Wise, and his colleague
Dr. Lawrence David Wise. Larry was tall, blond and outgoing; L. David
was stocky, dark and taciturn. You may be setting yourself up for a
problem!
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
michael #4
Re: duplicate this!
Great idea however I need the the form to beeb the person
doing the intke to be told when they enter BOB Smith into
the form that he already exsists. how can I do that - is
ther some way for the form to check the all the feilds or
the new table table that that name already exsists?create a related table.>-----Original Message-----
>There is a very easy solution.
>
>Instead of using repeating fields within your table,the first table,>The new table with have a one-to-many relationship withone record in the>i.e. there can be many adults in the new table related toa unique index on>existing table.
>
>Since all the adults are not in one field, you can placetable design).>that field ("Yes: No Duplicates" in the lower pane inspurious "_SpamTrap")>
>--
>Allen Browne - Microsoft MVP. Perth, Western Australia.
>Tips for Access users - [url]http://allenbrowne.com/tips.html[/url]
>Reply to the newsgroup. (Email address has>
>"michael" <nn@yy.com> wrote in message
>news:083401c34b4b$70748260$a101280a@phx.gbl...>>> I have a form with three fields to enter a name
>> (Adult1,adult2 etc).
>> I can make no duplicates in one of the fields but I need
>> to make sure a name isn't entered twice regardless of
>> adult1,adult2 etc.
>>
>> Basically how do i Index all three at once?
>
>.
>michael Guest



Reply With Quote

