Re: Tables Relationsship
- From: "Ken Snell [MVP]" <kthsneisllis9@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 May 2005 09:56:15 -0400
Is there a special use for TableB that precludes your use of the data in
TableA to know which serial numbers have been issued? TableA will already
contain that information.
You haven't commented about when you are doing this? Are you using a form?
--
Ken Snell
<MS ACCESS MVP>
"Shariq" <Shariq@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:20CBEFD7-1EFE-4824-9172-2C0C20846B39@xxxxxxxxxxxxxxxx
> Here is the details.
> The master table TableA is a huge table that contains product information;
> the column name for product name is Item and it is a key field. TableB
> contains serial numbers for each product and are incremented as a product
> label is printed from within the application. When a product label is
> printed, I want to write serial number for that product to TableB which is
> not availabel to the users. The user will add new records into TableA and
> at
> that point I want to automatically add that Item number in TableB.
> I hope this explains what I am trying to accomplish.
>
> "Ken Snell [MVP]" wrote:
>
>> Not possible directly from table. You need to use a form to add data and
>> then the form can be programmed to add data to another table.
>>
>> Of course, I must ask... why do you wish to store apparently redundant
>> data?
>> Or are there more details about this setup that are not obvioius to us?
>>
>> --
>>
>> Ken Snell
>> <MS ACCESS MVP>
>>
>> "Shariq" <Shariq@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:EB4462A6-2C63-412E-8915-AF0D3392DCAF@xxxxxxxxxxxxxxxx
>> >I have two table; TableA and Table B. Both have a key field named Item.
>> > When I add a record in TableA, I would like it to add to TableB
>> > automatically. How do I do it?
>>
>>
>>
.
- Follow-Ups:
- Re: Tables Relationsship
- From: Shariq
- Re: Tables Relationsship
- References:
- Tables Relationsship
- From: Shariq
- Re: Tables Relationsship
- From: Ken Snell [MVP]
- Re: Tables Relationsship
- From: Shariq
- Tables Relationsship
- Prev by Date: Re: Trouble debugging: unknown function name in table-level validation expression
- Next by Date: Re: Database DEsign Nightmare
- Previous by thread: Re: Tables Relationsship
- Next by thread: Re: Tables Relationsship
- Index(es):
Relevant Pages
|