| Thread | Last Post | Replies |
|
| Form on Intranet | 26 May 2008 00:55 GMT | 6 |
Win XPSP2 Access XP. I have been using access for 6-8 Months. I wish to post a "FORM" on Companies Intranet server where employees enter certain details and then I can fetch/update it to my database "TABLE" on my
|
| COMPARING VALUES IN FORM/SUBFORM | 26 May 2008 00:28 GMT | 3 |
I have a Form/SubForm where I use the contents of certain fields on the SubForm to validate the accuracy of corresponding fields on the Form. The sources of the 2 Forms are different Tables. I'd like to be able to change the contents of the field on the Form if the
|
| server pop3 | 25 May 2008 23:28 GMT | 1 |
stets wird gemeldet, der server pop3 sei nicht gefunden worden.abhilfe erbeten.
|
| Message Box | 25 May 2008 23:26 GMT | 3 |
I have a make table query. And Everytime I run this query I get the following system built in messages, (You are about to run a make table qry that will modify Data In your table, VB Yes/No) then(The Existing Table will be deleted before you run the qry), then(you are about to ...
|
| Navigation Control? | 25 May 2008 19:14 GMT | 5 |
Hello. Is there any way to make a button on a Navigation Control disabled but shown? Access can do this when the last or first record is shown in a database. I tried IsButtonEnabled = False but it didn't work. Method seems to be Read-Only. Thanks?
|
| copy .mdb file problem | 25 May 2008 15:26 GMT | 3 |
in vista pc i copy that access file "a.mdb" which ensure that there have data in this db. after i copy this file and paste anywhere e.g. paste to desktop, all data in
|
| replace field with a calculated value | 25 May 2008 14:45 GMT | 6 |
In a form I have created a calculated field. I want that value to be transfered to another field in my table using the ON CLICK event property of the last field used in creating the calculated field. How do I do that?
|
| Make textbox keep the last value | 25 May 2008 13:31 GMT | 5 |
Hi, i'm having a bit of a problem and i'm not getting where i want.. I have a textbox on one form that i need to keep the last value(before closing the form the last time it was used).. There's an input box connected to it, where i can change the value (that's working ok) but i ...
|
| VBA to SaveAs current project with added Date & Time in filename | 25 May 2008 12:27 GMT | 6 |
2003 up-to-date How to save current project with current project filename + Current Date + Current Time ? Date() in Immediate Window - Returns date with "/" which cannot be used in a filename. Therefore, how can I SaveAs a CurrentProject.name + Date + Time in a "new" filename?
|
| How do I show My DB in My getting started when i open my database | 25 May 2008 08:33 GMT | 1 |
I'm very new at this . My problem is that i Transfer my DB on my new computer from a Backup . Now I had Hyperlink Pictures of lamps on every Items , But they wont open anymore on my new computer and on my Old computer I lost my DB when i Open it I have to go to my computer and to ...
|
| ahtCommonFileOpenSave | 25 May 2008 08:04 GMT | 4 |
I use ahtCommonFileOpenSave dialog to open or save file from access. Is there a way to set my default (InitialDir:="") to My Document? SF
|
| htmlencode in access 2000? | 25 May 2008 07:20 GMT | 10 |
I have a (non-web) access application with tables. I have to generate a (complicated) report combining several tables one after another. To do this, I would like to use VBA to generate an HTML file which could
|
| msg box vbCritical help | 25 May 2008 03:29 GMT | 1 |
Hello, I am using the code below for a button that runs a query and resets all controls on my form. Everything works but I wanted to use vbCritical in the message box and I cant figure it out. Thanks! Private Sub cmdDeleteCoilId_Click()
|
| Recreating a specific pre-printed form | 25 May 2008 02:48 GMT | 1 |
I have an MS Access 2000 app where I try and duplicate a preprinted form. It's ok, but I know I could do better. Question, are there any products out there that interface with MS Access that will allow one to recreate a preprinted form and, using queries and such, display the ...
|
| Double Click List Box! | 24 May 2008 22:53 GMT | 2 |
I have a List Box on my Form [lstNotInvoicing] which comes from a this query........ SELECT qryHorseList.Invocing, qryHorseList.Name, DCount("Name","qryActiveNoInvoicing") AS [Count],
|