| Thread | Last Post | Replies |
|
| query | 30 Jun 2010 15:46 GMT | 1 |
if got tables tbl1,tbl2,tbl3; is there any way to make a query like "select * from tbl%"? my access is 2003.
 Signature Message posted via AccessMonster.com
|
| Querying on Network User Name | 30 Jun 2010 01:07 GMT | 8 |
I received some help on how to assisgn the a network logon name to a field in my table: Private Sub Form_Unload(Cancel As Integer) Dim strUser As String
|
| Exclude whole group if any record meets the exclusion criteria | 29 Jun 2010 21:30 GMT | 3 |
BACKGROUND: I work for a fostering agency and I have a sprawling home-made client database. Within it there is a carers table (one record per household) with an Events table joined to it via a CareFamilyID. Within the Events table you
|
| Converting Week Number to Work Week in Report | 29 Jun 2010 20:49 GMT | 1 |
I have a report that I created. I am grouping by Week Number. When I display the date I need the date to come up as a week not a number. What is the best way to convert the date over to a week from a week number?
|
| query | 29 Jun 2010 20:44 GMT | 1 |
name shipdate units carol 1/3/2010 12000 miling 2/3/2010 15000 marcy 5/3/2010 14000
|
| open a database from another database | 29 Jun 2010 15:26 GMT | 5 |
I wan to open other databases from a macro in one database. I can't seem to find the command. Can someone help? Thanks
|
| needed SQL queries | 29 Jun 2010 13:51 GMT | 1 |
ziplow ziphigh GA PA IL rank1 rank2 5 5 5 6 GA PA 6 9 7 8 8 GA PA 10 13
|
| Addition of fields with a common Foreign Key | 28 Jun 2010 20:09 GMT | 2 |
I am trying to create a sum function that will allow the addition of the same fields across multiple records that have a common foreign key. Customers can build up charges for part of an order (a job), i would like to create a field in a query where I can see the total charges ...
|
| Discussion group not working | 28 Jun 2010 19:03 GMT | 1 |
https://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.publi c.access.queries&lang=en&cr=US I usually go to the above address also and learn about queries by reading all the posts and their answers. Over the last few weeks only a blank page appears and even ...
|
| Reporting dates in the last five years | 28 Jun 2010 09:09 GMT | 3 |
Hi Everyone, I have a problem that I was hoping somebody may be able to help me with? I have a query that shows the dates entered when a person has a particular vaccination - the SQL is below:
|
| linked table using SQL Query | 28 Jun 2010 02:06 GMT | 8 |
zip code zone 100-150 1 150-200 2 200-300 3
|
| Error using append from linked text file | 26 Jun 2010 00:53 GMT | 5 |
Every linked text file I have in Access 2007 causes an error saying that the information does not meet the criteria or some such(forgot to write down the exact error). However, when I change the criteria in the query the append then works fine. I would like to know how to fix
|
| calculating an opening balance | 24 Jun 2010 23:59 GMT | 9 |
I'm trying to run a query on the opening and closing balances for several years. The factors I need are: opening balance closing balance
|
| One Field splits to four fields | 24 Jun 2010 00:15 GMT | 3 |
I need your help to create how to split the words into four fields. one field: Address, City State Zipcode change to: FieldA : Address
|
| Find fields with only numbers in Text formatted column | 23 Jun 2010 16:31 GMT | 2 |
I have a problem that I hope someone can help me out with. I have a spreadsheet that I am importing into Access 2003 to be used for some totals. Unfortunately, the spreadsheet is not very pretty, it is created from a pdf-type file that was formatted for printing. I am
|