| Thread | Last Post | Replies |
|
| Converting MS ACCESS 2000 mdb to 2007 mdb | 22 Apr 2007 00:56 GMT | 3 |
Hi, We will be installing MS ACCESS 2007 in the near future. I have some MS ACCESS 2000 MDBs. Should I convert them to MS ACCESS 2003 first or I can convert them to MS ACCESS 2007 directly? Is there any known problem between
|
| 2 Alterations needed to Report Code! | 22 Apr 2007 00:04 GMT | 1 |
If someone could help I need to get the HorsesName from qryHorseList, Name which has HorseID and this code should only give the Base Result , latest Date Thanks for any help......Bob
|
| Monthly Totals AND Running Totals in Query | 21 Apr 2007 22:16 GMT | 8 |
I am trying to represent Monthly and Overall Labor totals on a Chart. My query calculates the monthly totals just fine. How do I calculate a running total? Ideally I would like to show a Bar and Line Chart. The Bar illustrates Monthly Totals, the Line illustrates Running ...
|
| Usign right in an Access Query | 21 Apr 2007 22:14 GMT | 4 |
I have a field called [add1] and a field called [postcode]. sample of the data in [Add1] Crown Cottage C***n St R*** GT9 4RG 17 Rd Col****rth G****** GT3 5EW
|
| Date-range specific report with counted results of combo box selections | 21 Apr 2007 22:13 GMT | 6 |
I'm a novice with Access, but am currently setting up a patient database for an NGO in India that I'm volunteering with. The primary reason for the database is to collect statistics quarterly. It is a simple database with one table that collects patient data from simple
|
| Expression help continued | 21 Apr 2007 22:11 GMT | 1 |
I have the following expression: =DSum("Amount", "YourTable", "TransactionType = ""Credit""") - DSum("Amount", "YourTable", "TransactionType = ""Debit""") However if there is NO Debit transaction the expression does not work.
|
| FONT COLOR and Cell Size | 21 Apr 2007 20:40 GMT | 1 |
How do you change the FONT COLOR?
|
| DIM Statement | 21 Apr 2007 20:25 GMT | 2 |
I read a warning that a Dim statement such as: Dim mySQL, RecSource, fldNames As String is incorrect and should instead be written: Dim mySQL as String, RecSource as String, fldNames as String
|
| Access 2007 Convert problem | 21 Apr 2007 19:29 GMT | 2 |
I hope this is the correct Access group. I have an Access 2003 database that I tried to convert to Access 2007 format. I've already successfully converted a similar database, but with this
|
| yes/no field | 21 Apr 2007 19:28 GMT | 1 |
I have a DB for customers address, i like to create a yes/no field neme "out of the state" , that will automaticly check "yes" when customer is from out side of the Missouri state, if customer is from Missouri, it will uncheck, could you please help me this...
|
| simple guide | 21 Apr 2007 17:26 GMT | 1 |
does microsoft have a simple guide or white paper for using access 2007, like where to find the commands dennist
|
| Query or code? | 21 Apr 2007 16:51 GMT | 3 |
I have two fields: Category and NumberOfContracts. Category takes 3 values, call them A, B, and C. For each record there are a number of Contracts associated with the choice of Category. So my records look like: Category NumberOfContracts
|
| How to make Macro RunCode ? Doesn't see my Function??? | 21 Apr 2007 16:46 GMT | 1 |
I've got some simple code for a form... Option Compare Database Public Function TestCode() MsgBox "Function Worked"
|
| Record Lock Problem | 21 Apr 2007 15:42 GMT | 11 |
I have a databse that runs queries against an ODBC source throughout the day and night. I am having an issue where a query will run at night and throw an error message about not being able to append due to record lock. What could be causing this? Is there a way to ignore
|
| Executable file? | 21 Apr 2007 12:49 GMT | 2 |
Is it possible in acces to create an executable file (.exe) so I can run my database program into a computer that does not have Acces??? Also, I'ld like to create a stock and billing account program for a small enterprise, any recomendations or examples
|