I am working with Access 2003, with tables linked to an Oracle database. I have a main table, and a child table with a one-to-one relationship with the parent.
Parent:
RecPK: Primary Key
Child:
RecID: Primary Key, Foreign Key to Parent.RecPK
The main form is using a Tab Control, and one of...
I am running Access 2003.
I have a single form that I need to open several times. Some of the time, it is to inspect a record. Other times, it is to add a new record.
I have built the collection that manages the open forms, and I use the New keyword to instantiate each one. But calling New...
From my SQL Server days, I was able to create bit flags. It would pack 8 to a byte. Now, I am looking to do similar things in Oracle, and there is no BIT/Boolean type.
OK, no sweat. I build a number(1) field. But what are the storage and/or performance ramifications of doing that versus...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.