| Thread | Last Post | Replies |
|
| figure date for next week | 13 Feb 2008 14:30 GMT | 2 |
I need your help with the date. If a date is given (for example the current date), how do i work out in VBA for Access database that it would give me the last day(friday) of the next week? For example today is 13-Feb-2008, Next friday will be 22-Feb-2008. It'd be
|
| Tree view Switchboard | 13 Feb 2008 14:12 GMT | 1 |
I am new to access , and I am looking for some code that will create a switchboard tree view that will be populated of all the forms I have and clicking on the tree view item will take me to that form. I have seen that before so I think the code is online but I could not find it.
|
| problem with mouse scroll wheel | 13 Feb 2008 10:51 GMT | 1 |
My database data entry forms have the navigation button property set to no, however if a user uses the scroll wheel on their mouse, they can view previously entered data which I can't have, it will compromise my data. I have a form for changing data that retains the integrity of ...
|
| Write conflict in Access 2000 | 13 Feb 2008 04:59 GMT | 1 |
I'm building a Preventive Maintenance database to record PM on our machines. On my PM form, which has no Record Source, I have a number of combo boxes for the user to ID his machine. When the user IDs his machine a subform appears with its PM tasks and a control to record any ...
|
| Visual Basic Error | 13 Feb 2008 04:43 GMT | 1 |
I am trying to work on a app built by someone else. There is a button for uploading an xml file. When I click on this button Visual Basic Compile Error comes up that says "User Defined Not Defined" it then highlights the following line:
|
| Copy and paste | 13 Feb 2008 04:31 GMT | 1 |
1-How can I use VBA Code To Copy (Ctrl+C) any think. 2- How can I paste the result on specific place on my H.D like D:\ (by VBA Code) Step should VBA Do
|
| Checking tables and column names using VBA | 13 Feb 2008 04:05 GMT | 3 |
Re: Access 2003 I inherited an Access app (developed by an end user long ago) with objects having no centralized uniform naming conventions. Some of these objects have spaces, some have dashes, some even have slashes across various table names,
|
| Assigning an emf file to an OLE object with Access VBA | 13 Feb 2008 01:04 GMT | 1 |
I hate to admit to being so clueless, but how would I go about programmatically assigning an object (in this case, an emf file) to an OLE field? I can determine the path to each record's emf programmatically, but I am stuck as to how to "insert" it into the OLE.
|
| Compact and Repair | 13 Feb 2008 00:58 GMT | 2 |
I need to compact and repair shared database file. The database is in use all the time. I have a routine that identifies current users, but I still need to run across large company to ask them to log out. Meanwhile, other users login.:-(
|
| OLE | 12 Feb 2008 21:01 GMT | 1 |
have a table with fields (Id primary key) and (d_object OLE) The field d_Object contain (data base) as OLE Dear all I want to use VBA To Copy OLE from the table and put it in specific place on my H.D (D:\) for example
|
| Displaying Coding Tips | 12 Feb 2008 18:04 GMT | 3 |
I forget how to do this every time. I had it set and then they swapped out my PC. How can I display the "tips" that appear under what I'm typing in for code. For example; I type in "DoCmd." and then a list appears of options, or when I
|
| Help - UnParsing Data | 12 Feb 2008 17:59 GMT | 1 |
I need some serious help with VBA. I am trying to get multiple records into a separate table in one field. Here is my example: Table 1 Request Number Product Product ID
|
| StrConv and vbProperCase | 12 Feb 2008 17:55 GMT | 3 |
Good morning, I having a little issue and I'm hoping someone can give me a simple solution. I need to control the formatting of input data as it is being taken from another source which is uncontrolled and I can't make changes to. As such, I
|
| change to single form view | 12 Feb 2008 17:21 GMT | 2 |
I have a form (master form) and sub form What I want I want to put a button in a master form to change the view of the subform from data sheet view to single form view
|
| print to pdf: supress dialogue box | 12 Feb 2008 15:47 GMT | 3 |
i would like to print to pdf via the docmd.ouput command. is there a way to supress the dialogue box, and have it print without interruption
|