Something I'm not understanding - it seems like the combobox isn't behaving like I expected it to:
(the form is currently built with reference to a stored query - a simple "select * from..." all the tables I listed above, joined by PKs to the Inventory table.)
If I open my new form, and start...
I actually have a pair of tables ("process" and "transaction log") that I'm using to record not only the last change date/time, but to allow me to record a history of changes that could track through a customer or ISO (or internal) audit.
I actually didn't want to have a timestamp in the...
My table structure is pretty simple - these are pretty preliminary at this point, I may have a column or two more in a few as I review requirements.
The Inventory table is a central table. The remainder are dimension-style tables joined to the Inventory table by their primary keys (to matching...
Thanks, that's beautiful info!
Bear in mind, *all* information I'm sure lives in Access books - in discrete form.
To contrast, the question that I'm asking about is a composite application:
1)creating a form 2)using a stored query (thanks for that piece) to handle multiple tables 4) using a...
I have a feeling that detail is several layers beyond where I am at... and/or Access can't create a multi-table form?
A combo box, in my experimentation so far, doesn't appear to be a control that I can use (doesn't seem to do what I want):
What I want to do essentially is create an updatable...
New development effort here, seeking advice on the best way to pull it off. I'm more familiar with SQL Server and DB2, but this is perfect app to get me some experience with Access:
In this, I have created an "inventory" table with relationships to several other [dimension type] tables...
The risk with documenting outside of your database instance is this:
What happens if your documentation file is lost, or perhaps simply someone using the database doesn't know it exists, or inadvertantly moves it, etc?
Not to mention, if you use comments (just like you do with C++) in VBA...
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.