Check for duplicate values before update

G

Guest

I have a subform (datasheet view) that allows updates into existing records for Player1, Player2, Player3 and Player4 (each a separate field in the source table). The subform displays 105 records (each representing a tee time slot) for a single day as determined by user interaction with calendar control on main form. I would like to check to determine if a particular user has an existing booking for the current day only (I need to check all four player slots). If a match is found I'll prompt for action

Thanks for your help.

Bob Mullen
 
E

Eric Butts [MSFT]

Hi Bob,

You may want to use the solution in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;209487

I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights

--------------------
| Thread-Topic: Check for duplicate values before update
| thread-index: AcROWxrDlsFLvUZaQRundte63wQwvQ==
| X-WN-Post: microsoft.public.access.formscoding
| From: "=?Utf-8?B?Qm9iIE11bGxlbg==?=" <[email protected]>
| Subject: Check for duplicate values before update
| Date: Wed, 9 Jun 2004 12:51:07 -0700
| Lines: 5
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.access.formscoding
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.access.formscoding:235307
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| X-Tomcat-NG: microsoft.public.access.formscoding
|
| I have a subform (datasheet view) that allows updates into existing
records for Player1, Player2, Player3 and Player4 (each a separate field in
the source table). The subform displays 105 records (each representing a
tee time slot) for a single day as determined by user interaction with
calendar control on main form. I would like to check to determine if a
particular user has an existing booking for the current day only (I need to
check all four player slots). If a match is found I'll prompt for action.

Thanks for your help.

Bob Mullen
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top