| Thread | Last Post | Replies |
|
| Run a dos command in Access? | 03 Mar 2007 20:51 GMT | 3 |
Is it possible to run a command that you would run at a dos prompt and get the response back within Access? Thank you, Judy
|
| Excel Criteria Table => Access.mdb Join Query => Excel ? | 03 Mar 2007 16:08 GMT | 2 |
If this is the incorrect forum for this question, please let me know the better place to post, but... In Excel, I wish to build a dynamic table of criteria in memory and ==> somehow make available to Access, to join against another table, via an
|
| Allen Browne Audit Log - EditTo problem | 03 Mar 2007 15:52 GMT | 1 |
I've successfully used this code in several db's, but for whatever reason, the db I'm working on now is have a problem inserting the "EditTo" records. It just won't create EditTo records in the audit table. I've determined the problem is in the append query. Here's the SQL the
|
| DLookup error | 03 Mar 2007 09:55 GMT | 1 |
vName = Nz(DLookup("UserName", "Users", "Order = " & UserClearedItem), "") If UserClearedItem is Null it will error. How do I fix that? Thank you,
|
| HELP Appreciated | 03 Mar 2007 06:01 GMT | 2 |
I have two text fields storing part numbers. One stores a stripped number and the other stores a spaced number. Example: (12345 and 12 34 5). I have a Search text box that I currently type a stripped number into and the record is retrieved. I need help on the following:
|
| Date() function | 03 Mar 2007 02:53 GMT | 9 |
Access 2000 SP3 When I use the date() as a default in a date field for default I get an error when I save the table. Unknown function'Date' in validation expression or default value in <table name>. Any ideas???
|
| Custom report preview toolbar | 03 Mar 2007 00:40 GMT | 3 |
Using Office 2003 and Windows XP; I'm in the process of working out some code to create a custom toolbar whenever a user opens a report, mostly to keep the user interface from becoming compromised;
|
| VB to create .lnk files | 02 Mar 2007 23:39 GMT | 4 |
Is there any way you can have VB create .lnk files (shortcut files) on a user's desktop or a network folder? This sounds like a wild question, but let me elaborate... We decided to 'clean up' our network drives. I obtained lists of
|
| Multiselect restrict to one if "none" selected | 02 Mar 2007 22:51 GMT | 3 |
I have a multiselect box that has a number of choices, one of which is "None" I would like to program the box to trigger a Msgbox if "None" is selected in addition to other choices, as they are incompatible. One option would be to leave "none" as the default text box data, but I
|
| movefirst returns last recordset | 02 Mar 2007 21:24 GMT | 1 |
The following code returns not the first, but the last record: Set db = CurrentDb() Set tblspec = db.OpenRecordset("tblPIDspec") tblspec.MoveFirst
|
| Dynamic Creation of Option Group | 02 Mar 2007 18:33 GMT | 7 |
I have an application that requires a matrix of option buttons that changes based on a table. So far, I have a method of creating a collection that identifies each item, but have not been able to make the item into an option button. Is this
|
| Best practice data-typing combo/text box contents | 02 Mar 2007 16:31 GMT | 3 |
Using Office 2003 and Windows XP; If a text box control on a form contains a string, is it best practice to use TEXT as in: sData = Me.MyControl.Text Then, if it contains a value to use VALUE as in: iData = Me.MyControl.Value
|
| Change Field Type | 02 Mar 2007 15:44 GMT | 1 |
I am still using Access '97 and I am trying to change the field type programatically from a number to text field in a table. I have searched and found a DDL method but this is for Access 2000 an beyond. Is there a solution for Access '97?
|
| Displaying data from other databases | 02 Mar 2007 12:41 GMT | 4 |
I have three databases that collect and process information. One generates cost center usage percentages that are used in the other two. One of those processes print services data collected from a mainframe source, the other processes other mainframe collected information. I ...
|
| getting current record count in a table | 02 Mar 2007 11:45 GMT | 5 |
I have a form that is based off of a query. the query gathers its information from a single table. i have a seperate (custome MFC) program that adds records to the table. is there a way to get a current count of records in the table?
|