| Thread | Last Post | Replies |
|
| Problem with Combo box and Null | 25 Nov 2007 13:36 GMT | 3 |
I have a form with 3 combo box's that can select a part id that will appear in a locked text box. The combo box's use differnt variations of the same query(Part numbers that start with 4 the next for P/n that start with 5 and the last with 3. The problem of course is that after ...
|
| Disable or Automate response to StartUp Security Warnings | 25 Nov 2007 12:44 GMT | 2 |
Morning to All I have a Db that imports a large amount of data and I have decided that a way to manage this is to calll another instance of access with an imbedded form that calls my code on launch
|
| Calculating Value in a Column | 25 Nov 2007 12:21 GMT | 6 |
I have a table in Access. There are two date columns and another column which is suppose to contain a number representing the difference between this to dates. Is this possible? If so, how do I do this?
|
| Data from one form to the other. Help Please!!! | 25 Nov 2007 06:51 GMT | 2 |
Here is what I have: I have 2 forms. The 1st has a cmbBox and a button. The 2nd form has a txtBox, a button and a Subform. This is what I want to accomplish:
|
| Move file from inside Access | 25 Nov 2007 04:49 GMT | 2 |
Is there a command that can be ran from inside Access 07 (VBA) to move a file from one folder to another?
|
| Urgent Strang error (2003 - 2007 ) | 25 Nov 2007 02:06 GMT | 4 |
at once access vba became doesn't know left$ ????? i got such error method or data member not found i was working on a project and when i sent it to the client and he tried at his PC .got such error at left$ function and other functions
|
| Shell and Wait | 25 Nov 2007 01:54 GMT | 3 |
I've a third party '.exe' file that I'm using to extract zipped files. I've written a procedure that uses 'Shell and Wait' function found at http://www.mvps.org/access/api/api0004.htm Even then, VBA seems to be in a hurry and executing the next line of code
|
| Access 2007 Load event procedure | 25 Nov 2007 00:33 GMT | 2 |
I have a form which is a list of queries and I want to create a load event that will place the focus on the first query in the list box automatically. It seems simple, but I keep getting an error: Private Sub Form_Load()
|
| Store user defined data in OLE field? | 25 Nov 2007 00:26 GMT | 4 |
I'm trying to store data associated with an object that is created as a result of a class module I've built. I thought I read somewhere that you could do so in a table with a field that has it's data type set to OLE. Is such a thing possible or did I just dream about such a ...
|
| Change default text 'Record:' on Navigation bar | 25 Nov 2007 00:11 GMT | 1 |
Can I change the default text 'Record:' on Navigation bar? to, say, "Customer: " or whatever?
 Signature Microsoft Access and Office Integration Experts
|
| combo box not showing entire list | 24 Nov 2007 22:28 GMT | 4 |
I have a strange problem with a combo box. It sometimes does not show all of the rows from the query that is used for the RowSource. In the Open Event of the form, I set the RowSource to one of two queries, depending on a variable's value. In the one case, the combobox always ...
|
| VB missing file error | 24 Nov 2007 22:14 GMT | 1 |
Using Access 2007. I am attempting to add code to my Visual Basic project but I get a 'File Not Found' error and my changes are not saved. Can someone tell me the syntax for the file name? I have another issue which I believe is caused by
|
| VBA not updating recordsets (tables) | 24 Nov 2007 21:10 GMT | 1 |
We initially had a process that ran in Excel VBA that checked our remote servers and then updated an MS Access database. I have now moved the VBA from Excel to MS Access. So far the process seems to work OK, but none of the tables that should have
|
| SQL statement with special characters | 24 Nov 2007 04:53 GMT | 2 |
I built an SQL statement the I then execute. The problem being that some info within it contain special caharacter and thus generates errors. How can I get around this? sSQL ="UPDATE tbl_clients " & _
|
| every other row + datasheet + Cond Format | 24 Nov 2007 01:48 GMT | 1 |
Any idea why this won't work in AC2003 - SP3? Option Compare Database ' Declare an instance of our class Private CF As clsConditionalFormattingDataSheetView
|