| Thread | Last Post | Replies |
|
| Add new line in memo | 19 Dec 2007 02:18 GMT | 3 |
What code do I write when I want to set the focus in a field that’s a memo and I should automatically go to the last line and enter (because I have already have data in that memo)
|
| Query Problem | 19 Dec 2007 00:46 GMT | 2 |
I have a client listing that is my main list to be used for addresses etc. This list is constantly being updated with current information. I have a second table that is a Christmas Card listing. The relationship is the client number. I only input client numbers
|
| using VBA to dictate criteria in Find and Replace dialog | 18 Dec 2007 21:02 GMT | 2 |
I've got a button on a data entry form that brings up the Find and Replace dialog. Right now it comes up with the following criteria as default: Find What: [blank] Look In: [current field]
|
| Need Meaning of Make-Table Query Code | 18 Dec 2007 20:48 GMT | 3 |
I have taken over an old Nutrition Services tracking system developed by someone else. One of the old Make-Table queries has code for a field as follows: BC: (Q_GenericpullKiKPrePostData![4]+Q_GenericpullKiKPrePostData![5])*-1
|
| determining directory of linked file and using path as variable in | 18 Dec 2007 17:45 GMT | 3 |
I've got a database that is stored on a network drive. In a subfolder from the folder housing the database there are files which relate to the data stored in the database. The interface to the data is in a separate database file stored locally with links to the tables in the ...
|
| Lock a control from a different form | 18 Dec 2007 17:43 GMT | 3 |
i am trying to lock a control in the form adduser from a different form. below is what i am trying to use for that: Forms!adduser!fname.Locked = True Unfortunately, this isnt working for me. Could anyone let me know
|
| Query: Automated filter condition extracted from a textbox | 18 Dec 2007 16:28 GMT | 1 |
I have a Query, and I would like to add a condition to filter the results. Problem is that this condition should be automated, inserted automatically from an Access' textbox. Is this possible? :)
|
| What am I doing wrong? | 18 Dec 2007 16:25 GMT | 3 |
what am I doing wrong here? I'm exporting a spreadsheet and I can only name the querry a number. I need name the querry latters and numbers, but the VB script will not work if it's named anything else: Dim sXL As String, oXL As Object
|
| Programming a Command button | 18 Dec 2007 16:16 GMT | 1 |
I have two controls, among others, on a particular form. One control ‘ContractNumber’ represents the specific customer (their phone number) and the ‘ContractType’ which represents the specific report. I have 5 reports, none of the reports are the same. Based on the ...
|
| Message Alert | 18 Dec 2007 13:46 GMT | 32 |
I've just finished a database which is working fine but i'd like to add one more small thing. This database involves entering information about assessments carried out by various members of staff and some of the fields are
|
| Update table and delete only certain rows | 18 Dec 2007 13:38 GMT | 5 |
i am not sure if this is possible. I have a table that gets filled with various information from linked tables in the same database. I use this table for reports. I also have a form that allows
|
| how can I read certains cells from Excel in Access | 18 Dec 2007 13:16 GMT | 3 |
I have a part of the workbook in Excel: A B C AFGHANISTAN Herat 93 40 AFGHANISTAN Jalalabad 93 60
|
| Specify Word saving folder from access mail merge | 18 Dec 2007 12:11 GMT | 9 |
Hi there, I am currently filling in a word template from access when I click a button, when saving (doc.save) it saves to the default directory, however is there a way of using one of the fields in my form as the save folder ( already
|
| Like operatore problem | 18 Dec 2007 09:26 GMT | 4 |
I encouter a strange problem with the "Like" operator. I try to search with like match to a name field: select * from employe where name like '*joh*' the query results in 0 records. However, I know the table has multiple
|
| Custom toolbar properties | 18 Dec 2007 06:45 GMT | 1 |
I've created a new button on a custom toolbar. On the Customize menu, when I select the new button and click Modify Selection/Properties, 1. it appears that I only need to enter the function name to run in "On Action:". Does "Parameter" mean, or do, anything?
|