1974maiden
MIS
Hi,
I have a table called ´tblTest´ with 3 fields,
TestID, TestName, TestValue.
The problem is with the field ´TestValue´, I want the type to be able to change for each new record
Example...
TestID TestName TestValue
------- -------- ----------
1 TestA 3.14(single)
2 TestB valueB(value could be text, int, single or OLE).
I presume I would need a second table with a field called ´Type´ listing all the types and some sort of link to tblTest.
Your help is appreciated….
I have a table called ´tblTest´ with 3 fields,
TestID, TestName, TestValue.
The problem is with the field ´TestValue´, I want the type to be able to change for each new record
Example...
TestID TestName TestValue
------- -------- ----------
1 TestA 3.14(single)
2 TestB valueB(value could be text, int, single or OLE).
I presume I would need a second table with a field called ´Type´ listing all the types and some sort of link to tblTest.
Your help is appreciated….