| Thread | Last Post | Replies |
|
| Formatting fields in a listbox | 04 Dec 2007 13:33 GMT | 3 |
Hello evryone i have a listbox where i populate with some date. Number Name
|
| Using a string variable to reference a report object | 04 Dec 2007 13:28 GMT | 3 |
I am trying to use a with Reports!"Report name" .property end with
|
| findfirst date leading zero | 04 Dec 2007 13:25 GMT | 15 |
I am trying to filter records by searching for a date. However when the date starts with a zero eg. 01/10/2006 for some reason it can't find the date. It will find any other date with no problem. eg. 11/10/2006 Below is the code I am using.
|
| Fields by date | 04 Dec 2007 12:07 GMT | 4 |
Good evening i have a query where i identify 4 fields. one of them is a date( 25-11-2007) i want to retrieve the date in my query that matchs the date with today
|
| Updating field with query results | 04 Dec 2007 10:56 GMT | 2 |
I have a combo box that selects a name of a department. Once this has been updated I want to add to the same form a unique work reference ID into a unbound column. I have a query working out the unique reference and I have manged tio run this after the update. Here is the code ...
|
| quick test if BE is ReadOnly | 03 Dec 2007 23:41 GMT | 4 |
Having a heck of a time googling this... Is there some quick code to test if backend is in readonly state? Thanks,
|
| Function ByRef argument type mismatch | 03 Dec 2007 22:23 GMT | 8 |
Access03/WinXP I am using the function IsFileOpen(filename as string) to determine if the file "c:\datafiles\TextExport.xls" is open before continuing with a process. If I use the following in my routine, the function performs properly.
|
| Load a text file into a table? | 03 Dec 2007 21:44 GMT | 1 |
Using Office 2003 and Windows XP; Is it possible to store a text file or a MS-Word file in an Access table? If so, I'm thinking I would build an interface that allows a user to point to the file, then have the code upload it. If possible, could someone please
|
| Combo Box > Control Subform > Datasheet | 03 Dec 2007 21:37 GMT | 3 |
I'm trying to add a new feature to my workorder database (2003.) I want to track Vendor Invoices by Customer. I created a form where I can enter each Vendor's contact information and a subform for each Vendor to enter the items we would pay for.
|
| Counting and Assigning Numbers | 03 Dec 2007 20:34 GMT | 4 |
Help Please. I have the following code and need help figuring out what I'm missing. I need to find the Highest Number and add 1 looping thru the remaining fields that are Not Null. Private Sub Close_Form_Click()
|
| "File sharing lockcount exceeded. Increase MaxLocksPerFile registr | 03 Dec 2007 19:38 GMT | 1 |
I got this erro when I was trying to update a ado recordset in access. Can somebody help please? Thanks in advance!
 Signature For the freedom in MS Office!
|
| Using Access to Open other Applications | 03 Dec 2007 19:11 GMT | 3 |
I have a DB that creates a report and outputs that reprot as an rtf file. What I would like my app to be able to do is open that report, copy what is in there and then close the report. Here is what I have so far:
|
| I'm new to this - how do I add record | 03 Dec 2007 18:53 GMT | 3 |
I just developed a multiuser database in Access 2003. I am new to the programming side. Currently our users are making notes on clients in a table memo field (called Client Notes). Most of this information should be entered in subform records, check boxes, drop down lists, ...
|
| how do I pass a query parameter from a form using visual basic? | 03 Dec 2007 18:28 GMT | 2 |
I have a form that has a lot of ORDER information combined from various tables. I want to use a query to run a report that summarizes the ORDER. I want to pass the ORDER# from the form to a report that is based on a query. I don't want to use a parameter query that asks the ...
|
| memo field is truncated to 255 characters | 03 Dec 2007 17:28 GMT | 4 |
Helo all, I crated a word template with some custom doc properties. my form has a memo field, my code converts the value to the memo field to a string but when i assign the memo field to the doc property it gets truncated after 255 characters. any help would be appreciated. the ...
|