You are here:
First, I'm going to say I'm not a big fan of the Split Form. I have used it on some rare occasions where it fit, but I've found its not much of an advantage. Looking at your screen shots, I don't quite
You can use an Update query to update all records for that library. You can add a button on your form to generate and run the Update query. it would look like this: Dim strSQL As String strSQL =
Depends on how you identify IDs. I would assume your IDs table also lists the location where they can be used. If so, then you could check out all IDs for a specific location. Without knowing more about
First, I do not recommend using such a key. In fact it violates normalization rules. Access includes an Autonumber datatype which is perfect for a unique identifier and performs better than a text
First, I did answer question 2. I said, you can use the Switchboard Manager to run a macro. You can make a simple OpenForm macro that will have the View property set to Datasheet. To explain further, the