| Thread | Last Post | Replies |
|
| Duplication | 17 May 2005 21:57 GMT | 6 |
I'm trying to query a database, but when I get my results, it is well over a million records. After looking at the records, many of them are duplicated. How can I eliminate this. The query is based off of 4 tables and the option to only include rows where the joined fields from ...
|
| Duplicating Forms/Tables | 17 May 2005 20:20 GMT | 2 |
I have a form and corresponding table that I want to duplicate to keep records separated for each fiscal year. In the past I have done this by exporting the table (structure only) and then creating the form from scratch, painstakingly duplicating the formatting from last year's ...
|
| Help - Grouping in Reports | 17 May 2005 19:48 GMT | 3 |
I already made a query for my Balance Sheet which is composed of Assets and Liabilities. I need help on grouping certain parts for my report. I need two main groups with my report, Assets and Liabilities. Under Assets I have sub groups the
|
| I want to insert date and address into a word doc from excel data | 17 May 2005 19:35 GMT | 1 |
How do I insert data or addresses into a word doc from the excel data?
|
| In the loan amortization schedule the IF statement should real dat | 17 May 2005 18:24 GMT | 1 |
I would like my dates to correspond with my payments. Is this possible ie paid on the 27 of June than on the 3 of July?
|
| need to make tables of same primary id | 17 May 2005 17:16 GMT | 6 |
I need to make a database of my tutors but it would contain just so much information unique to each particular person. Thus, my tables would require many,many colums. Can I make separate tables but which refer to the same id. And how do I reflect this when in making forms.
|
| ISALPHA, ISNUMERIC functions? | 17 May 2005 16:01 GMT | 1 |
I'm trying to find the Access versions of the functions to determine if a character in a string is A-Z or 0-9. I can't seem to locate the functions in the help file. In a perfect world., Access would have a function like ISTEMPLATE, which would work as follows:
|
| import filenames | 17 May 2005 15:38 GMT | 2 |
Forgive me, I am very New in this. Need some help please. I have to import all the filenames that are Currently in Folder C:\FMS\FMSphotos into an access table. Some of those are jpg files, other pdf files. How do I do this
|
| reports in ms access 2000 | 17 May 2005 15:32 GMT | 2 |
hi, how do i get one record per page instead of continuous records one after the other (print preview)
|
| Review date on Report for last record for each client? | 17 May 2005 14:12 GMT | 2 |
I have a Main table and a Detail table. The Main Table contacts the Client Demographics and the Detail table contains client participation information. (Action.Field, ActionDate.Field, Status.Field, and Status_Date.Field.
|
| Maximize | 17 May 2005 13:34 GMT | 6 |
Using Access 2000 and in the past I use the On Open property on my forms and open up the macros and use the Maximize command and name it mcrMaximizeForm. Is this the best way to do it? Also, in the database I am building right now, I have several forms I want to use this on, can ...
|
| Form AfterUpdate | 17 May 2005 13:04 GMT | 2 |
The following code is giving me a "Compile Error: Label not defined". Private Sub cmbWorks_AfterUpdate() On Error GoTo Err_cmbWorks_AfterUpdate Dim stDocName As String
|
| Sorting alpha fields | 17 May 2005 11:01 GMT | 1 |
I work for a mailing company that address personalised letters/envelopes ect but i am having a problem when sorting a table by text fields. If i sort my table by for instance street addresses then save the table everything
|
| Counting number of true entries of a logical variable | 17 May 2005 05:59 GMT | 6 |
I have several fields in a d/b that are "true/false" type. I am trying to display the count of the true entries in these fields. When I try to use the count function in a query I get the total number of records in the d/b. I've tried to use the criterion that the variable is ...
|
| Filtered records in subform to report | 17 May 2005 05:55 GMT | 5 |
I have a form that is use to filter records in the subform. In the main form, they are all unbound textbox, and they are used to search records in the subform. This form have been done with the help of this forum.
|