| Thread | Last Post | Replies |
|
| Run On Close Form Event If DB is Closed | 24 Nov 2005 10:51 GMT | 5 |
IS there a way to run a procedure if the users close access directly rather than closing a menu screen that I have built? There is an event that works on close for this form, but it doesnt seem to run if the form is open and the suer just closes access all together, is there a
|
| A qiuestion for the community | 24 Nov 2005 09:54 GMT | 71 |
I've recently joined several others in attempt to discourage Steve Santos from advertising his PC Datasheet business on CDMA. Among the hundreds of professional consultants who contribute to CDMA, Steve is the only one that persistently violates the charter prohibition on ...
|
| Need Access Clipboard help ... | 24 Nov 2005 09:52 GMT | 3 |
Image1.Picture = Clipboard.GetData(vbcfbitmap) the above works in VB5. What is the equivilent code in Access 97 or 2000? Thanks,
|
| Newbie Help with Access 97 | 24 Nov 2005 09:40 GMT | 3 |
I have a database in Access 97 which I have inherited from an ex-colleague, well more accurately lumbered with it since I'm a total novice in Access. I've want to be able to record the date and time a record is updated and when a new record is created but am somewhat out of my ...
|
| Easier, more straightforward way for VBA to determine if live connection to web exists? | 24 Nov 2005 02:47 GMT | 7 |
I have been using variations of the following to determine whether a functional connection to internet exists. I'm thinking of replacing it with a simple PING, but I've never seen any code for that. What is your opinion on the alternative strategy? Have you ever tried it?
|
| Randy Harris | 24 Nov 2005 02:13 GMT | 2 |
This is Randy Harris a liar who is insincere and a person that can not be trusted. He won't even own up to his worthless garbage by signing his name. Randy, Why don't you follow the advise of David Fenton ---
|
| VBA Question: Is There an Easy Way to Trim All Fields in a Table? | 24 Nov 2005 01:22 GMT | 36 |
Dear fellow Access 2003 Users, Is there a way to trim all of the fields in a table in one swoop using VBA (preferred) or a query? Right now, I am using an update query and updating EACH field to it's trimmed counterpart. Any ideas? Thanks!
|
| creating a help file | 24 Nov 2005 01:10 GMT | 6 |
is there a way to create simple help file that i plan on linking to a command button on a form using what's already in access? i will probably be giving out this db that i've written to a number of other offices and the instructions i'm going to have to pass along with them are ...
|
| Problem with FROM Clause in Query | 23 Nov 2005 23:23 GMT | 21 |
I'm creating a query, which I want to use in code in my VB.NET app. This query produces the correct results when executed in Access: SELECT tblEncounters.EncounterBeginDT, Query11.RID, Query11.LName, Query11.FName, Query11.MI FROM tblEncounters INNER JOIN Query11 ON
|
| Data subset in report header | 23 Nov 2005 19:44 GMT | 1 |
I want to include some summary data in a report section header. In the example below I want to put in the "Apples" section header the date of the sale of the last red apple. Everything I try only produces the date of the last record in that section (10/3/05 instead of 10/2/05, in ...
|
| What are a pass through and union queries for? | 23 Nov 2005 17:24 GMT | 3 |
I have been building access databases for a few years now and have never built a union or pass through query. What are these strange mythical beasts? What do they do? Paul
|
| Setting a simple condition for a field | 23 Nov 2005 15:11 GMT | 6 |
I am trying to create a simple application to track the "in" and "out" of a group of employees. The In and Out field is a drop down. When it is set to "in" I want the background of the filed to be green, and when it is set to "out" I want the back ground to appear red. I would
|
| Working with continuous form.... | 23 Nov 2005 14:22 GMT | 2 |
I need some suggestions.... I have a sub-form that acts as a continuos form. I want to allow the user to optionally click a button at the end of the "NEW" row that will copy some of the previous rows contents.
|
| Mutliple timers on one form | 23 Nov 2005 08:07 GMT | 1 |
All, My VBA experience is very limited so please bear with me. I have a main form which I want to add several timer events to but they need to fire at different intervals. One say every 5 minutes and one every 30 minutes. I
|
| Can I use VBA to send text to Microsoft Sam (Win XP) from Access 97 to 'speak' the code in modules? | 23 Nov 2005 05:08 GMT | 17 |
From time to time, I find myself cross checking one block of code against another. Usually older stuff in which I've made modifications that don't work. I don't remember what all the changes were so I have to print an earlier version and compare it against a printout
|