I have a table that is embedded in another table. In one cell I have the following code (<%= oRs("Material")%>) that is supposed to retrieve some text from a dataset.
The code is good, but for whatever raison the text do not shows.
If I remove the embedded table and use the same code, the text shows.
I did see this happen one time before, but I don’t remember how to fix it. This text come from a Memo field in an Access Db. I placed the memos rows at the end of the query, but this had no effect has it will with Ms SQL queries.
Any clue?
Thanks in advance.
Louis
The code is good, but for whatever raison the text do not shows.
If I remove the embedded table and use the same code, the text shows.
I did see this happen one time before, but I don’t remember how to fix it. This text come from a Memo field in an Access Db. I placed the memos rows at the end of the query, but this had no effect has it will with Ms SQL queries.
Any clue?
Thanks in advance.
Louis