| Thread | Last Post | Replies |
|
| Accessing my own Database in 2007 | 17 Jul 2007 00:42 GMT | 3 |
This program has locked me out of my own material. How do I open it? I think this is absolutely insane!
|
| Access corrupt files DBF? | 17 Jul 2007 00:38 GMT | 3 |
Access corrupt files DBF?
|
| Can a "Read-Only" user corrupt the DB by turning off workstation? | 17 Jul 2007 00:29 GMT | 1 |
Although we try to educate our users, however, as some are more impatient than others, I would like to know if it is possible to corrupt the db by a user with read-only permission turning off her/his workstation while they have th Access application (and linked db) open?
|
| Send EMAIL in Access | 16 Jul 2007 23:48 GMT | 2 |
I need to send many emails (hundreds) and using the SendObject method it takes too long because the email client actually sends the email before getting on with the next email message Using the mailto: is also not good because there is a limit of the body
|
| Retriev a record from a form to another form by bouble click a rec | 16 Jul 2007 23:43 GMT | 1 |
Can anyone tell me how to retrieve a record from one form to another when I double click on row in a datasheet view?
|
| Cannot go to Design View although only one in database | 16 Jul 2007 23:42 GMT | 2 |
I have a shared database that utilizes passwords for the users. Until recently, I have been able to go into design view to change form design. Now when I try to access design view I get an error stating someone else is in it when that is not true or if I log in as someone else, ...
|
| Lookup values in a table to be used in a query | 16 Jul 2007 22:53 GMT | 7 |
I have a table [Invoice Overview Data Table] which has a field [Open/Closed] in it. This overview Data Table holds the general information about the data I am collecting on costs of an invoice. Then I have another table that collects the cost data of the invoices and
|
| Object Dependencies | 16 Jul 2007 22:26 GMT | 1 |
I have an object dependency that is showing up for two tables that used to have a relationship setup. But I went in under "Relationships" and deleted the relationship, but the object dependency is still showing up and there is a plus sign next to the previously connected field ...
|
| null returned from zero input ? | 16 Jul 2007 22:02 GMT | 7 |
I am using the html form below to pull data from an access database. <input name="hours_wujiquan" type="text" id="hours_wujiquan" value="<cfoutput>#EditMember.hours_wujiquan#</cfoutput>"> Wujiquan Hours<br /> The input code placed a zero into the field "hours_wujiquan" but the ...
|
| format SSS# | 16 Jul 2007 21:45 GMT | 3 |
I want to print the last four digit of SSS# in the report. How will I do this? jdejesus_usa@yahoo.com
|
| Access XP can create Access 2000 MDE ? | 16 Jul 2007 21:16 GMT | 3 |
Can I use Access 2002 to create Access 2000 MDE ? Thanks. Chlaris
|
| DoCmd.TransferDatabase acImport - an Excel DBF | 16 Jul 2007 20:58 GMT | 2 |
N = "Store" & cboTheMonth & Right(cboStoreYr, 2) & ".dbf" DoCmd.TransferDatabase acImport, "dbase IV", _ "S:\SelfAud", acTable, N, "StoreData", False Have done this many times w/ DBF files. In this case, running the code
|
| creating forms | 16 Jul 2007 19:10 GMT | 1 |
I have created a form but once I enter the info I can't get the line to continue down to add more records, it will just stay on the one record. I set my property default view to continuous forms but it will only stay on the one form and once I close out the form it doesn't save ...
|
| how can i open access file 97 in 2003 | 16 Jul 2007 17:56 GMT | 1 |
i had severaltimes trying to open some files that i had created in access 97 using access 2003, and i can't open it or just read it, so if you can know how to solve my problem please send the answers to me and thanks
|
| Left Click or Enter | 16 Jul 2007 17:36 GMT | 3 |
After setting the focus on my control button or hyperlink, I would like to initiate the Left mouse click or the Enter key in oder to activate the control or open the hyperlink. Is this possible? Nicole
|