Ask a Question related to ASP Database, Design and Development.
-
% =joe % #1
baffled by Access 2002 - Any ideas
I have this simple shopping cart that I am working with with two
databases
- products & orders
-orders has two tables: orders & itemsOrdered
-products has a products table
When a customer orders somethign the data gets written to the
itemsOrderd table. There is a field that is giving me a lot of
trouble (property of that field is text). The field name is
synaroCode
Here's the strange thing...
In my form I have these hidden values:
<input type="hidden" name="intProdID" value="2">
<input type="hidden" name="strProdName" value="product X">
<input type="hidden" name="strProdPrice" value="89.95">
<input type="hidden" name="synaroCode" value="CAL-150P KIT:">
The synaroCode field is the stinker. WE can all see that the value of
the synaroCode hidden field in my form is
CAL-150P KIT:
It can only be that cause that field is getting it's value from my
products database/products table.
The hidden fields values gets written to an itemsOrderd table
The crazy thign is that when I am displaying the contents of the
itemsOrdered table, the synaroCode field - rs("synaroCOde") is getting
displayed as
CAL-150 BP KIT:
Where did the 'B' come from? At an earlier rev of my products table
did have that value, but it aint there no more.
Some how Access is remembering that value and it is showing up and I
cannot get the 'real' value of my origional hidden field to show up.
I even verified that the 'new' data that gets written to the
itemsOrdered table is in fact the correct hidden value.
I know this may sound a bit crazy, but Access i sremembering my
previous value and I'm stuck
% =joe % Guest
-
Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I... -
subform Problem access 2002
I have a form (frmMeasure) with a sub form (frmMemo). The sub form is built on a table that has only 3 fields: Its own Recnum (autonumber) a... -
Access 2002
I get this error message"compile error: Invalid outside procedure" regarding the SET DB = CURRENTDB() in access 2002 that I never got in access 97... -
Conversion problem from Access 97 to Access 2002
I have an old access 97 database and I tried to convert to Access 2002. After the conversion, some of the forms and all modules are not converted... -
Access 2000 / 2002 errors - urgent
Hi there, I tried to open the access 2000 mdb(migrated from access 97) in access 2002 on XP. the forms are running. the forms have entry fields... -
Jeff Cochran #2
Re: baffled by Access 2002 - Any ideas
On 4 Jun 2004 14:06:31 -0700, [email]jweiss@lanelabs.com[/email] (% =joe %) wrote:
Why two databases? These should all be tables in the same database.>I have this simple shopping cart that I am working with with two
>databases
It *is* crazy. Access doesn't remember a value, each update to a>- products & orders
>
>-orders has two tables: orders & itemsOrdered
>-products has a products table
>
>When a customer orders somethign the data gets written to the
>itemsOrderd table. There is a field that is giving me a lot of
>trouble (property of that field is text). The field name is
>synaroCode
>
>Here's the strange thing...
>
>In my form I have these hidden values:
>
><input type="hidden" name="intProdID" value="2">
><input type="hidden" name="strProdName" value="product X">
><input type="hidden" name="strProdPrice" value="89.95">
><input type="hidden" name="synaroCode" value="CAL-150P KIT:">
>
>The synaroCode field is the stinker. WE can all see that the value of
>the synaroCode hidden field in my form is
>
>CAL-150P KIT:
>
>It can only be that cause that field is getting it's value from my
>products database/products table.
>
>The hidden fields values gets written to an itemsOrderd table
>
>The crazy thign is that when I am displaying the contents of the
>itemsOrdered table, the synaroCode field - rs("synaroCOde") is getting
>displayed as
>
>
>CAL-150 BP KIT:
>
>Where did the 'B' come from? At an earlier rev of my products table
>did have that value, but it aint there no more.
>
>Some how Access is remembering that value and it is showing up and I
>cannot get the 'real' value of my origional hidden field to show up.
>
>I even verified that the 'new' data that gets written to the
>itemsOrdered table is in fact the correct hidden value.
>
>I know this may sound a bit crazy, but Access i sremembering my
>previous value and I'm stuck
record is finished when the record is updated. You may be oulling
from the wrong table, the wrong record or even have the value in your
code somewhere, but we can't tell that since we don't have your
database or code to look at.
Search your database(s) and code for that value.
Jeff
Jeff Cochran Guest



Reply With Quote

