| Thread | Last Post | Replies |
|
| How do I run a sumation matching database....... | 03 Aug 2004 20:07 GMT | 1 |
I am attempting to build some type of database through Access that will randomly take various dollar amounts from one column and match them with a total dollar amount in another column. I deal with accounts that have dollar amounts that are returned to me in
|
| interest calculation | 03 Aug 2004 19:45 GMT | 1 |
I need to write either a query or VB to calculate daily interest on a simple savings account. I use the following formula(s) to calculate the running balance for each transaction. Transdate
|
| appending prefix to a report field | 03 Aug 2004 19:33 GMT | 4 |
I am attempting to append a string prefix to a report field which is based on a query result. I want the user to be able click a checkbox on the form which opens the report to determine whether the string is appended or not. I see that this can be done in the properties of the
|
| Importing a .txt file into an existing database | 03 Aug 2004 19:10 GMT | 2 |
I am totally desperate because I cannot solve a really simple problem: I have a specific text-file which I want to import into an existing database. The problem is that the columns have different names so I receive an error message when importing via the "Get External
|
| Extracting Street Number | 03 Aug 2004 17:08 GMT | 7 |
I'm trying to clean up a large database in Access. I have one field for address, which needs to be broken up into Street Number, Street Name, and Street Label (St., Road, etc.) The problem is that the data is very dirty. So some addresses will be
|
| Query on month | 03 Aug 2004 15:34 GMT | 2 |
I'm a newbie to Access and am having trouble understanding the logic behind queries. I have 2 tables, 1 for stock in and 1 for stock out. I have joined these in a union query. the fields I have are: Month
|
| Can't .Undo Date control | 03 Aug 2004 14:28 GMT | 2 |
I have a text control on a form which is bound to table field StartDate which is in Date format. When updating the table record via the form, any data entered into the StartDate control is immediately validated. If the data entered is considered valid, focus moves to the next ...
|
| Subform won't show data selected from Combo Box | 03 Aug 2004 13:12 GMT | 1 |
I have a form (frm_MAIN_RPT) that contains a combo box (Combo6) & subform (dbo_REQ_subform). The combo box is used to select the "cost center" data that will be displayed in the subform. From there, I have a button that runs a report based on which item I select in the
|
| query needed to subtract values | 03 Aug 2004 13:12 GMT | 2 |
I need to create a report or field that will show the difference between a customer's balance on two different dates for every customer in our database (for example, see below: I need the difference between customer 001's balance on 1/1/03 and their balance on 2/1/03). I have the ...
|
| Email Invoice | 03 Aug 2004 13:04 GMT | 1 |
Hi I want to email Invoice ID1 from a list of Invoices in a datasheet My code for printing is strDocName = "rptInvoice"
|
| Determine if A: drive is empty | 03 Aug 2004 08:17 GMT | 10 |
I have a macro that saves data to an A: drive. If the drive is empty and I run the macro, the drive clicks a few times, and a message comes up saying "the file already exists, do I want to over write it. I figure this is going to be a neat trick, so I click yes with the drive ...
|
| Auditing, highlight changes made between rows | 03 Aug 2004 07:09 GMT | 1 |
In our database, we have implemented auditing simply by holding a copy of each row of the specific table at any time that data is updated. This gives us a long list of full records, often with only one change between them.
|
| reading/using rowsource properties in VB6 | 03 Aug 2004 06:38 GMT | 3 |
Hi all you experts, I have a 'small' problem In a mdb I have a column called "PLACE" its value type = text
|
| Sort Table; Then Assign Sequential Numbers | 03 Aug 2004 05:06 GMT | 14 |
I know this is simple, but I just can't seem to get there: I need to sort a table by a text field (txtDescription), then assign sequential numbers to the field SEQUENCE in table. Every time a new record is added, the all SEQUENCE #'s must be reset.
|
| Replacing Forms w/Unbound populating w/Query | 03 Aug 2004 04:58 GMT | 4 |
Thank you once again for any and all assistance. I'm building an application that's getting quite bulky due to the number of forms, macros and procedures. I was wondering if there's a way to use 1 (one) unbound form, if all the fields are the same for multiple forms populating them ...
|