Re: Locate Table
anonymous_at_discussions.microsoft.com
Date: 08/30/04
- Next message: Douglas J. Steele: "Re: Breaking Down a field"
- Previous message: Brendan Reynolds: "Re: Naming Standard"
- In reply to: Jeff Boyce: "Re: Locate Table"
- Next in thread: John Vinson: "Re: Locate Table"
- Reply: John Vinson: "Re: Locate Table"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 30 Aug 2004 05:32:36 -0700
Thanks Jeff
No user will have direct access to the Id generating
function. The results from this function will be used to
assign a unique key to a new entry in the data base.
I have choosen not to use the auto number generator.
I have just stated using access 2000 and VB5 seriously
and am still finding my feet in this environment. Once I
am profecient I will move on to the newer versions.
Thanks for the input.
>-----Original Message-----
>Vaughn
>
>Not all objects are available. An unopened form isn't,
for example.
>
>A table and it's fields would be accessible via a
recordset. You can refer
>to this table in your procedure by defining a recordset
based on that table.
>Or you could create a query that appends a new record to
the table, plus a
>procedure that generates your ID number.
>
>Out of curiosity, are you planning to have users see or
otherwise work with
>that ID number? If not, have you considered using the
already-available,
>automatically-incrementing unique identification number
that Access
>provides?
>
>--
>Good luck
>
>Jeff Boyce
><Access MVP>
>
>.
>
- Next message: Douglas J. Steele: "Re: Breaking Down a field"
- Previous message: Brendan Reynolds: "Re: Naming Standard"
- In reply to: Jeff Boyce: "Re: Locate Table"
- Next in thread: John Vinson: "Re: Locate Table"
- Reply: John Vinson: "Re: Locate Table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|