>Yes it is a lookup field, is there a way around this or do i create a query
>table to look the part number up
The problem with Lookup fields is that they do not contain what they appear to
contain. The field LOOKS like it contains a text PartNo, but it actually
contains (I'd guess, I can't see your database) a numeric PartNoID, linked to
the autonumber primary key of the Lookup Table created by the lookup wizard.
What you can do is to put a Combo Box based on the lookup table on your form,
with this numeric ID as its bound column, and use that combo as the criterion.
John W. Vinson [MVP]
Kevin_melb - 21 May 2007 00:44 GMT
Thanks John, I will create a combo box and try that i really do appreciate
everyone's help on this
Kevin
>>Yes it is a lookup field, is there a way around this or do i create a query
>>table to look the part number up
[quoted text clipped - 8 lines]
>
> John W. Vinson [MVP]
Kevin_melb - 21 May 2007 22:58 GMT
I got it working many thanks too everyone who hleped me
>>Yes it is a lookup field, is there a way around this or do i create a query
>>table to look the part number up
[quoted text clipped - 8 lines]
>
> John W. Vinson [MVP]
John W. Vinson - 22 May 2007 00:28 GMT
>I got it working many thanks too everyone who hleped me
You're very welcome from all of me... <g>
John W. Vinson [MVP]