| Thread | Last Post | Replies |
|
| Is there a way to have ONE checkbox Off and On? | 25 Dec 2006 16:02 GMT | 7 |
I have a form where the user is entering information from a phone call. While usually the caller is calling about another person (who will be/is the client), very occasionally, a caller is the client. I have to know this, so I want to put a check box on the form that the
|
| Incremental table backup or restore | 25 Dec 2006 12:25 GMT | 2 |
For some of my really important tables, I have backup tables in the backend file. The idea is that if a user accidentally screws up data, they can go to a form and restore from the backup table (as opposed to having to use a backup copy of the back-end). In the past, for the table ...
|
| Move shelled application using code | 25 Dec 2006 08:33 GMT | 6 |
Is there a way, in code, to move a shelled application on the screen. I've got the shelled app to open and it centers itself. I would like to move it to the right using code, but I don't know how. Here's the line of code I have so far:
|
| Hi | 25 Dec 2006 06:00 GMT | 1 |
|
| Subtracting time | 25 Dec 2006 05:56 GMT | 1 |
How can I subtract 10 minutes from a date/time value? Thanks Regards
|
| Access to Word Mail merge | 25 Dec 2006 04:12 GMT | 5 |
on my database i have a customers Table (tblCustomers) on the form of it (frmCustomers) i would like a button what will open up word and open up my comapny letter head template and then merger the customer details currently on the form into the Word letter so i can send an ...
|
| A Holiday Greeting | 25 Dec 2006 02:43 GMT | 1 |
I've been working on a project arranging selected Christmas Carols for viols over the past few years, and thought I'd share some of them with you as a way of wishing everyone Happy Holidays. They are here:
|
| separating a string | 24 Dec 2006 21:12 GMT | 3 |
I have a field that has names in it in the format "last name, first name". I want code that will split this field for me at the comma so I can make 2 separate fields for last name and first name. Thanks.
|
| using LIKE operator with wildcard & variable in VBA | 24 Dec 2006 21:05 GMT | 5 |
I'm guessing this has been explained before, but I can not seem to phrase the search correctly. I am trying to use a string (strString) in a VBA select query. I want to include the * wildcard in front of and behind the string.
|
| Image Problems (AutoRepeat and Crash Control) | 24 Dec 2006 19:41 GMT | 1 |
I am in the early stages of my project development, and want to make sure that I am approaching the issue of image display correctly. Access2000. I have one table and a bound single form. I would like to have one image (.bmp 100k or .jpg 30k) displayed on the form for each
|
| Report Problem | 24 Dec 2006 19:38 GMT | 1 |
In a report created there is a problem with webiste details displayed in a report. The text box in the report displays: d@d.com#http://www.d@d.com. Why is it displaying the #http://www.d@d.com at the end? How do I get rid of this.
|
| Open forms and popups, navigation; suggestions | 24 Dec 2006 15:22 GMT | 4 |
I have a main form that is maximized when my application loads; this main form contains links to all other forms. I've had to specify the Popup property of these other forms, so that they are not maximized when they load. Unfortunately, this seems to have had the consequence
|
| Subreport control won't display correctly on main report | 24 Dec 2006 14:53 GMT | 2 |
On the subreport, records are grouped by WorkDate. In the WorkDate header there is a textbox named DateCounter with the control source =1 and running sum set to yes. In either the report footer or the WorkDate footer (I tried both with no difference) is a textbox called DateCount ...
|
| how to get rid of white space in table field | 24 Dec 2006 14:46 GMT | 3 |
There are a lot of white space inside each table field after getting Access DB created with importation from excel file. Then the table and forms/reports are looking bad. Is there a way to automatically remove them? Or do we have some way to do
|
| Command Button - On Click Event | 24 Dec 2006 14:04 GMT | 3 |
I have a form det-up as a continous form. In the Header of the form I have a command button called "Approve". What I'm looking to do is when the user clicks the command button all of the records in the query that the form is populated with get a check box checked off. Can someone
|