| Thread | Last Post | Replies |
|
| Run code automatically when last user exits? | 16 Sep 2007 17:04 GMT | 5 |
I need to run a piece of code automatically when the last user exits a multi-user database. How could I do this? There is currently no table that tracks logged on users. Thanks.
|
| findrecord | 16 Sep 2007 15:04 GMT | 3 |
using code to search for a string however not sure what to do if it doesnt find it eg. [txtCustName].setfocus
|
| how to remove a relationship in the back end? (RLi) | 16 Sep 2007 14:13 GMT | 1 |
Hello all, i have a question about vba and changing relationships between tables in a back end database. I defined a one-to-many relationship between two tables in the back end (i think i should not have done that :-( ) and the back end is distributed to
|
| Update unbound | 16 Sep 2007 06:40 GMT | 7 |
This worked yesterday, I opened it this morning and now it doesn't..... Is there a setting wrong? Thanks in Advance Private Sub Trophy_AfterUpdate()
|
| How to refresh data in a subform | 15 Sep 2007 23:59 GMT | 1 |
I am trying to get a sub-form to refresh it's data whenever the main control on the main frame changes its value. There should be no updates to any values on the main form. All values in the sub-form except the FK are candidates for updating.
|
| SQL and DLookup | 15 Sep 2007 23:07 GMT | 9 |
Can you use DLookUp in SQL? Test2SQL = "UPDATE table1 IN '" & strPath = DLookup("BackName", "tblBackPath", "BackID=1") & "' " & _ "SET table1.IDName = '" & Forms!Form1!TxtInfo & "' " & _
|
| Filtering a subform ( command button ) | 15 Sep 2007 22:53 GMT | 2 |
I am using Access 2003 and have a form ( Form00 ) that is just plain old blank. On that form I have a subform ( Form99 ) that lists the required information from a query. What I really need to speed things up is about 10 filters. What would be perfect would be 10 command ...
|
| Three different fields in one record referencing to three different records in another table | 15 Sep 2007 19:30 GMT | 1 |
I have TableA and TableB TableA has 3 fields where types of file extensions (for different purpose) are supposed to be stored. Table B has many extension type strings for these TableA three fields
|
| Question about HTML code | 15 Sep 2007 18:23 GMT | 2 |
Hello all. I am currently picking apart some code in a database to revise it, and I am curious about something. The way the previous person wrote the html code is odd to me, and was wondering if there was a purpose of writing the code like this;
|
| Bookmark FindFirst broken after 450 records | 15 Sep 2007 17:03 GMT | 3 |
In Access 2003. I have a form, and a subsiquent pop-up form. Here's the code on the parent form (called directly from a command button click event): Private Sub SizeWeightForm()
|
| No DLookUp | 15 Sep 2007 14:43 GMT | 14 |
Is there a way of doing this without DLookUP or Me.TxtPath? I have the Path stored in a table which I need to do incase I have to swith paths. This way I don't have to change all of my code. Thanks
|
| Format a single digit like "007"? | 15 Sep 2007 09:30 GMT | 2 |
In the query result, I need to see (for example) a single digit number (say that "7") as "007". What is the function for this? I use FormatNumber function for other purposes.
|
| subform isloaded within a tab | 15 Sep 2007 03:11 GMT | 12 |
I can successfully check if a subform is loaded using If CurrentProject.AllForms.Item(ABCText).IsLoaded Then however if the master form contains tabs and the subform is on a tab, the previous check doesn't work. I'd like to test if the subform on the tab is
|
| Duplicates Check with Msg Box alert | 15 Sep 2007 03:04 GMT | 7 |
I have a form that is used to enter patient data. The first 4 text boxes are ID (auto numbered), Last Name, First Name, and Date of Birth. I am trying to figure out how to code the form to check for duplicates based on Last Name, First Name and Date of Birth...and if there ...
|
| Recurrence Report | 15 Sep 2007 02:39 GMT | 3 |
I Want To Create a Report Based of a Query, That Automatically filters out projects for that week, So i thought i could use the "RecievedDate" Field. Is it Easy to do, The Report will be printed every Friday Afternoon
|