R
Ray C
I seem to have a couple of things going on here.
First, I have a Customer Form based on a Customers Table and I want to be
able to show Items of stock in a Sub Form based on a Query of the Stock
Table. I have embeded the sub Form on a Tab in the Customers Form but the
darned thing will not display when I give the Tab Focus. If I open the Sub
Form on it's own all of the Stock information is there but I want to display
that information from within the Customer Enquiry Form. Any Pointers?
Second, The query does strange things. My stock Table has a column called
SerialNo and this is the Criterion that I am searching on. The Serial numbers
contain Numeric and Alpha Numeric data so the Field is designated as a String
Field in the Table The first 13 Serial Numbers just Happen to be Alpha
Numeric i.e 12K345. The query will return any of those 13 when I enter the
correct information in the Criterion and the Form displays the correct
information. The 14th Serial No in the Table contains numeric digits only and
does not have any Alpha content at all i.e. 7446. If I ask the Query to look
up the 14th record the form is empty and the same for all the following
fields that contain Numeric only information. further up the Table are some
mre serial numbers with alpha content in them and the query finds those OK.
It seems that the whole thing falls apart if the Record does not have any
Apha content.
Whilst I have designated the SerialNo Field as a String Field is the Table
still storing anything that does not have any alpha content as a Number?
Thanks for any help
RayC
First, I have a Customer Form based on a Customers Table and I want to be
able to show Items of stock in a Sub Form based on a Query of the Stock
Table. I have embeded the sub Form on a Tab in the Customers Form but the
darned thing will not display when I give the Tab Focus. If I open the Sub
Form on it's own all of the Stock information is there but I want to display
that information from within the Customer Enquiry Form. Any Pointers?
Second, The query does strange things. My stock Table has a column called
SerialNo and this is the Criterion that I am searching on. The Serial numbers
contain Numeric and Alpha Numeric data so the Field is designated as a String
Field in the Table The first 13 Serial Numbers just Happen to be Alpha
Numeric i.e 12K345. The query will return any of those 13 when I enter the
correct information in the Criterion and the Form displays the correct
information. The 14th Serial No in the Table contains numeric digits only and
does not have any Alpha content at all i.e. 7446. If I ask the Query to look
up the 14th record the form is empty and the same for all the following
fields that contain Numeric only information. further up the Table are some
mre serial numbers with alpha content in them and the query finds those OK.
It seems that the whole thing falls apart if the Record does not have any
Apha content.
Whilst I have designated the SerialNo Field as a String Field is the Table
still storing anything that does not have any alpha content as a Number?
Thanks for any help
RayC