| Thread | Last Post | Replies |
|
| Exit code when certain criteria is met | 26 Nov 2005 12:56 GMT | 4 |
I'm trying my hardest to learn VBA but have run into a problem which hopefully someone can guide me with. Basically what I am trying to achieve is to get the database to check the users Outlook Inbox every hour for the existence of a mail from a certain
|
| Combobox Requery Onchange | 26 Nov 2005 04:38 GMT | 6 |
I want a combox to requery each time it is being changed. What i am trying to do is have the combo box filter to the text being entered. The combo1 rowsource is:
|
| Looping table structure | 26 Nov 2005 04:35 GMT | 2 |
I want to link products and contacts, products and axctivities and activities and contacts. I am using one to many links with full referential integrity. Each table is linked to a table that defines the possible relationship between either 2 tables.
|
| Deleting a hidden file | 26 Nov 2005 02:47 GMT | 1 |
How do I delete a hidden file in VBA? The normal kill function is failing with hidden files. Is there a way to 'unhide' them first? dixie
|
| Access 2003: How to default to full menus? | 25 Nov 2005 22:28 GMT | 5 |
Been irritating me since day one....but I never bothered to track it down. Does anybody know how to make MS Access 2003 always drop full menus instead of making the user click the ">>" every time?
|
| Foriegn Key update | 25 Nov 2005 21:45 GMT | 4 |
I am a form which has a sub form, The sub form is linked with primary key of main form as a foriegn key in sub form, very basic, In the main form, I have another field which is investor, and in the
|
| Timeline Control? | 25 Nov 2005 20:28 GMT | 5 |
I am looking for a control that would look like a timeline (12 hours) which would allow the user to click at a particular location on the timeline, then allow characteristics to be associated with that point. Free or For Profit either one.
|
| storing a scanned document... | 25 Nov 2005 20:08 GMT | 1 |
I want to scan documents and then store them in an Access database. What file type would I want to scan the document as? Would I want to store the document file in the database or a path to the scanned document file?
|
| Can IE be automated? | 25 Nov 2005 17:39 GMT | 5 |
I have a textbox for storing the URL to a web page. I figured the person could simply copy the URL from IE and paste it into the text box. The client would like to have a more automated process. We came upon one "glitch". We pasted the URL into the Access text box
|
| Reset Increment number on new month | 25 Nov 2005 17:23 GMT | 6 |
I have the OrderNo set as the following Right(Format(Date(),"yyyy"),1) & Format(Date(),"mm") & "-"Format([OrderNo],"000")+1 This works great until
|
| Access 2003 Runtime | 25 Nov 2005 16:56 GMT | 5 |
I am looking at installing an Access 2003 application on some machines that don't have any version of Access previously installed. After reading lots of posts on this group and elsewhere I assume that I need to purchase "Visual Studio Tools For Office 2003" which will give me
|
| Access 2003 crashing while creating a drop down list | 25 Nov 2005 16:34 GMT | 1 |
I am working with Access 2003. When I click on the drop down list tool. Access crashes. Get the error message that "the constant you entered is not valid". No matter what db I work with, no matter if the form is blank or not. I have searched in vain MS and google. Reinstalled Office
|
| Can I change the rowsource bound column for existing data | 25 Nov 2005 16:19 GMT | 13 |
I have a problem of number and text field. I got the database file(mdb) that contains many combo boxes used and its list values are created by "value list" For eg field
|
| help needed plz | 25 Nov 2005 13:04 GMT | 5 |
i have 2 queries totaldues and totalPayments totaldues has 2 fileds(custID (Group By) amountDue(sum of all invoices dues) and totalPayments consist of CustID(Group By) and Amount_Paid(sum of
|
| Forumla to get part of the string | 25 Nov 2005 12:14 GMT | 5 |
Im trying to write a query which takes part of the string for example: peter_Poland michael_Germany I wish to get output:
|