C
chris23892 via AccessMonster.com
oh, the data type...
I have a mix of letters and numbers, no special charaters. Would be a general
format, nothing special.
I have a mix of letters and numbers, no special charaters. Would be a general
format, nothing special.
That is the full SQL code that VB genorated.
I used the ~add Query~ from the datagrid control. when I go into my dataset.
xsd tab then right click on my querry (which is named now ~fill(2),getdataby
(2) then goto ~configure~, I just copied the SQL text right to here:
SELECT [Claim# 1], [Claim# 2], Comments, [DTAC Case], [Date Entered to
FPRT], [Date Receive], Dealer, [Dealer Acct #], [Entered to FPRT (Y/N)],
[Geographical Location (Ship From)], ID, [Part #],
[Product Name], [S/N], [UPS Tracking#]
FROM Check_In
WHERE ([S/N] =' Form1.me.TextBox1_TextChanged_1')
When i run my app in debug, first thing i notice is all my data does indeed
show in in my datagrid. when I scan the number into my text box and click, no
record comes up. The record is there. I can modify my filter criteria to pull
it up.
Please post the complete SQL of your query, and indicate the datatype of the
field you're searching. It's especially important to note Lookup Fields since
they don't contain what they appear to contain!