Hi,
I have a strange behaviour, I have passed this to a detail.asp page:
On the Detail page I have a recordset:
SELECT *
FROM quotes
WHERE username = 'MMColParam'
ORDER BY date_entry
I show a few of the quote details and also the quotenum (which is unique and
is the Primary Key in the table)
I have applied a update to the form that include notes text area, but when
applied the information is applied to another record entry usually a number
less than being shown, am I doing something wrong?
Thanks,
Sanjay
I have a strange behaviour, I have passed this to a detail.asp page:
On the Detail page I have a recordset:
SELECT *
FROM quotes
WHERE username = 'MMColParam'
ORDER BY date_entry
I show a few of the quote details and also the quotenum (which is unique and
is the Primary Key in the table)
I have applied a update to the form that include notes text area, but when
applied the information is applied to another record entry usually a number
less than being shown, am I doing something wrong?
Thanks,
Sanjay