| Thread | Last Post | Replies |
|
| Move cursor to a specified field | 27 Feb 2005 15:07 GMT | 1 |
Does anyone have any sample code on how I can move the cursor to a specified field on an Access form when a certain criteria is met on a subform? Thanks in advance.
|
| module opening omniformform and inserting data into the form | 27 Feb 2005 12:17 GMT | 1 |
Please help! I have forms in words and omniform. I can open the word forms and insert data at the bookmarks in the form. I've been trying anything and searching everywhere to find out how to do it with the omniform.
|
| setting references in code | 27 Feb 2005 12:12 GMT | 1 |
I'm developing a db on my computer access 2k2 that the Microsoft Graph 11 object but I deploy the db on a access 2K machine. It only has the ms graph 10 object and I get a missing reference error until I manually correct the reference to the graph 10 object and things work.
|
| Copy module to another db causes error | 27 Feb 2005 08:31 GMT | 1 |
Could someone assist in finding a different way to ship a Module over from one Access'97 database to another with the same module name? The second DoCmd.CopyObject causes an error. lt doesn't matter whether the second parm is used for [newname], or not (lt could read , , ...
|
| Save bitmap to file | 27 Feb 2005 05:50 GMT | 1 |
I am trying to find info on saving bitmap files saved in a table to a file. I can find all sorts of info on loading from a file, but not the other way around. Any suggestions? I am running Office 2003 on Windows XP Home.
|
| update query | 27 Feb 2005 04:21 GMT | 5 |
I have a table (Table name:Lotto) with 61 fields (Names: Pos1, Pos2, Pos3, Pos4, Pos5, Jan1, Jan2, Jan3 ...... Feb25) All these fields are of BYTE data type. I have ten records in this table. I have filled up numbers in Pos1 to Pos5 for all 10 records. Data for Jan1..... Feb25 is ...
|
| Easier way than filling a recordset (for just 1 value)? | 26 Feb 2005 13:48 GMT | 5 |
Need to get a record from a field in table A, depending on a match to a joined field in table B. I'm filling a recordset with a SQL string, and then loading the first value into a label. (there will only ever be 1 value returned.)
|
| how do i read/open a file stored in a long binary format in a rec. | 26 Feb 2005 08:00 GMT | 1 |
i have a file stored as long binary field in the recordset. i want to open that file and should be able to edit it at click of a button. how would i do it???? i think i can use appendchunk/get chunk method ,but i donno how to use it??
|
| Good Source for Access Programming Syntax | 26 Feb 2005 05:38 GMT | 1 |
What is the best source for this? I am trying to write two programs and I need help with taking it from pseudo code to actual programming and I am not familiar with how to use Access in combination with the VB.Net.
|
| SQL Statement in VBA | 26 Feb 2005 01:19 GMT | 1 |
I have inherited an Access 97 database that needs updating and I'm trying to understand what my predecessor has put into place. Basically it accepts criteria on a form to import data into a SQL (2000) table from our Oracle back end. The code builds a SQL statement from the ...
|
| modify modules | 26 Feb 2005 01:14 GMT | 1 |
I would like my VBA code to modify VBA code? Can this be done? I have this Public constant string: Public Const cODBCConnectStr =
|
| Re-freshing form after deletion of record | 26 Feb 2005 01:08 GMT | 1 |
How can I re-fresh a form after I delete records. I have a query that deletes a batch of records. After the deletion the records are still there. If I close and re-open form there do not appear. What action canI add to my delete macro to re-fresh the form after the deletion.
|
| Skip over blank report in code | 26 Feb 2005 01:07 GMT | 2 |
I have set up code to send out our new purchase orders on a nightly basis to the vendor. I would like to skip over any purchase order that is blank so it doesn't fax. I am not sure how to go about doing this. Any help would be appreciated.
|
| Work out target date & time based on values | 26 Feb 2005 00:14 GMT | 1 |
I have posted this in another newsgroup section, but not sure if i put it in the right place. I thought this might have been a quick 'Expression' builder thingy but now i am starting to think its going to take a bit of VBing to get it to work.
|
| Disabling Close button | 25 Feb 2005 22:29 GMT | 1 |
I am writing a VBA in Access that uses CreateObject and Get Object to open a Word document to insert info. I want to be able to Disable the Close button on the Word program. The user still needs to be able to use the
|