Hi,
I have a combo box which has 'limit to list' selected. When I open my form i populate the list from a piece of code, then set the combo box to the first item in the list. My problem is when i try to use the combo box....it works fine when i enter an item which isnt on the list (pops up...
Hi,
Hi
I have a form which displays one record at a time and included on this form is a continous subform which displays all the records from the same table. I've used conditional formatting to highlight the record on the subform that is displayed on the main form so when i move through the...
I have a continous sub-form which displays a number of records and if possible I would like to change the backcolor of a specific record. Is this possible? at the moment when I apply .backcolor it changes the colour of the speficfied field in all records.
thanks! Dan.
I'm trying to send an email from SAS (programming language) but in Outlook 2000 I get the following message displayed:
a program is trying to send e-mail on your behalf. Do you want to allow this?
I then get the option to click Yes or No. If I click Yesm Outlook delivers the email OK, but the...
I am opening a Word document from Excel, and would like it to open with Word maximised. This is my code so far:
Dim myWord As Object
Set myWord = CreateObject("Word.Application")
myWord.Visible = True
myWord.Documents.Open FileName:="C\IntTrainTemplate.doc"...
I am opening a Word document from Excel, and would like it to open with Word maximised. This is my code so far:
Dim myWord As Object
Set myWord = CreateObject("Word.Application")
myWord.Visible = True
myWord.Documents.Open FileName:="C\IntTrainTemplate.doc"...
On my tabular form, I have AllowAdditions=False so users can only edit records. I then have an "Add Record/s" button which sets AllowAdditions=True and inserts a blank record. Is it possible to move the cursor to this record?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.