| Thread | Last Post | Replies |
|
| Making a field behave like a button | 30 May 2005 15:08 GMT | 1 |
I need to make a field in a continous form act like a hyperlink mostly to get the "hand" when mouse move. Is it possible to do the same in a field? regards
|
| printer pagesize list in form only shows 1 | 30 May 2005 09:50 GMT | 2 |
I have just enter the microsoft example Changing printer settings for a report in Access But in the pagesize dropdown list all I can get is a 1 not a list of pagesizes
|
| Help With Moving To the First Field When Adding Subsequent New Records | 30 May 2005 09:40 GMT | 3 |
I have a form that works great when the first new record is added to a database. After adding the first new record, when the "add new record" asterisk is clicked at the bottom of the screen, the cursor remains in the last field of the last record added instead of moving to the ...
|
| Sum certain items in a list | 30 May 2005 07:21 GMT | 3 |
There is a table named tblBasis that has the number of shares purchased for each investment over a period of time. Some investments may contains several entries in the
|
| tab strip | 30 May 2005 05:15 GMT | 2 |
by default in a tab control there are 2 tab stip can we add more Thanks Gerald
|
| Open Recordset for editing | 30 May 2005 03:45 GMT | 1 |
I am using the following code to open an external database and add a record to a table. strTableName = "flkpTable1" strDBName = "C:\Program Files\Database.MDB"
|
| Compose Email Message | 30 May 2005 01:34 GMT | 5 |
Hi. I created a field in my contacts table that I want to display the email address of the contact but so far I'm not having any luck. I want the link to open Outlook Express with the email address in the To: field. The link opens IE to the ip of the recipient.
|
| Problems opening a mailmerge document from Access | 30 May 2005 00:18 GMT | 1 |
I've written the following code for a button on a form to open a mail merge document in MS Word. The code opens the document fine but does not display the usual connection details to open the table in my database when the file is opened.i.e:
|
| Auto populate data in field | 29 May 2005 22:27 GMT | 2 |
Here's the setup. I have a main form Customers with a field Customer Name. This form has a subform Sites with fields Site Name and Company Name. Sites also has a subform Equipment which has the fields Site Name and Company Name. Here's the situation. When I move to the ...
|
| How to populate a label from text file. | 29 May 2005 22:02 GMT | 3 |
Would some kind soul help me out with this please. I want to display the text from a text file in an unbound control on my main form. The purpose is to display the establishment using the database.
|
| Vb code to save the current record of the form needed ! | 29 May 2005 21:57 GMT | 2 |
I have a command button with OnClick event defined. Before the actions defined in the event I need to ensure that the current record has been saved.I would appreciate if someone could give me the VB code to save the current record.
|
| Set Form Focus | 29 May 2005 19:35 GMT | 2 |
I have a form with a list box, the user can select the a record and press the "edit" button or double click the record to trigger the "edit" button code. My code first opens the "edit record" form, then closes the form with the List box.. this works great, but after the code runs ...
|
| Unique Numbering | 29 May 2005 17:43 GMT | 5 |
I am writing a db to manage my lawoffice. I have played with access on and off over the years but am essentientally a newbee. Each client will have a unique identifier consisting of two numbers. The first is a client id number whch is an autonumber(I have written an append query ...
|
| Syntax Help | 29 May 2005 17:31 GMT | 1 |
I am having problems with the findfirst statement. I am sure it is because I don't have the proper " ' & syntax that is necessary for a text string but this eludes me. Any help with the proper formating to find this [INVNUM} in my table would
|
| Displaying numbers in normal sequence | 28 May 2005 22:35 GMT | 2 |
I have a list box on a form that displays a field from the table. The data in table is OF#1, OF#2,....OF#10, OF#11... When the list displays, it displays in this order: OF#1,...OF#10, OF#11,..OF#2, OF#3..etc.
|