| Thread | Last Post | Replies |
|
| Alter Table - VB Approach | 25 Jan 2007 14:05 GMT | 3 |
Hey Guys, I have an SQL Alter Table statment which removes two columns from a table. However, the name of the table changes daily (the date is added onto the end). Is there anyway of incorporating a Variable for the name within the SQL
|
| What good are forms in ADP? | 25 Jan 2007 10:53 GMT | 3 |
I am routinely surprised and disappointed at the amount of functionality one has to give up when upsizing from an MDB to an ADP (Access 2003). Now I find that setting the 'Decimal Places' field to 2 (on the Format tab of the Properties window) has no effect on the number of ...
|
| Overloading function calls | 25 Jan 2007 06:46 GMT | 1 |
I have some custom vba module procedures and I wanted to make some of the parameters optional (by setting a default value) so that I could use different signatures. I was wondering if anyone could help out with and example of how you do it,
|
| Create recordset programatically | 24 Jan 2007 23:39 GMT | 1 |
I'm using Access2000. I need to be able to work with a subset of records in my main database of public records from the register of deeds. One of the indices is by Book/Page. I need to be able to determine what records might already exist in the database with an existing ...
|
| How to know the login password ? | 24 Jan 2007 17:24 GMT | 7 |
My application uses MDW file for security. Is there any function to know the login password, like CurrentUser to know the login name ? Thanks.
|
| Object invalid or no longer set on CopyObject method | 24 Jan 2007 16:50 GMT | 7 |
I thought you could use the CopyObject method on anything but modules, but I continue to get this error when looping though my dbs. I've tried TransferDatabase and get the same result Any ideas?
|
| Cryptic compile error | 24 Jan 2007 16:09 GMT | 2 |
I'm getting the error message: "Compile error: Function call on left-hand side of assignment must return Variant or Object" I am attaching my module below, it is selecting the MsgBox line when I
|
| How do you find data in a range? | 24 Jan 2007 13:30 GMT | 1 |
I have 2 tables. 1st has 2 fields that will be used to look up in another table and retrieve a value in a range. Table 1 fields - Name, Priority, Sales Table 2 fields - Priority, Range, Contacts
|
| Saving Caculated Text Fields | 23 Jan 2007 15:53 GMT | 1 |
I already know it is not a good idea to save calculated text fields, but I think this case is different. I am making a time card application and what I have is a [Period Ending] text field where the user fill in the last day of the pay period and it fills in the rest of the dates ...
|
| Emailing a Report | 23 Jan 2007 14:20 GMT | 1 |
Hi, Thanks for your help. I have a DB that stores user reminders. A report has been created to get users who need to be reminded of something they must do on a spcific date. I am trying to formulate code to be able to send an email with the report
|
| Help with function | 23 Jan 2007 12:12 GMT | 3 |
I'm trying to put together a function that will look at a date and determine whether or not it's a "working day" (ie not a weekend or public holiday). I've got a table (tblHolidays) with a field (HolDate) that contains a list of public holidays. I want to compare the date ...
|
| Precision of fields in a view | 23 Jan 2007 06:33 GMT | 1 |
is there any way to control the precision of a field in an ADP view? My SELECT statement is multiplying 2 fields to create a 3rd, and the number of decimal places in the output field seems to be the maximum of the precisions of the input fields.
|
| Search Directory Structure in Access VBA | 23 Jan 2007 05:43 GMT | 1 |
I would like to search a directory structure for all .mdb files and write the file path of each one to a table. I want to start at the highest level of the drive and search all subdirectories without specifying the subdirectory names. Does anyone have any suggestions?
|
| Access 2002 vs 2003 | 23 Jan 2007 03:52 GMT | 3 |
The query below works in acess 2002 but not 2003??? In fact it is worse in the query below it is the Cstr$ that causes the problem INSERT INTO JapanImpByMonth ( YearMM, Country, HS, Quantity, Yen, USD,
|
| Report Footer totals | 22 Jan 2007 22:21 GMT | 2 |
I have a sales summary report based on a multi-table query (with date range criteria) which includes tblOrders (one off order information such as OrderID, CustomerCode, ShippedDate, DeliveryCharge etc) and tblOrderDetails (order details such as ProductCode, UnitCost, UnitSell and ...
|