| Thread | Last Post | Replies |
|
| How to highlight a current record | 12 Nov 2005 09:40 GMT | 7 |
I have a continuous subform on a parent form. I have a search button that let me search the records in the subform. When a record in the subform is found after searching, I need that record to be selected or "highlighted". Thank you.
|
| controlsource property | 12 Nov 2005 09:15 GMT | 3 |
I am an Access developer in Access 2002. A simple code below in my form_load code is not running. I've debug the code and it walks thru with no problem but when I open the form, the control source is not pointing to the field I've
|
| How to "skip a blank field" when combining text | 12 Nov 2005 07:26 GMT | 6 |
Hi, context is ... my app is a Contact Centre Competency inventory. Each competency is assessed as Essential or Desired [for each role] and each individual's performance is assessed as Low or High. I'm developing reporting to display this data into a quadrant grid.
|
| form field constraints | 12 Nov 2005 06:28 GMT | 3 |
I have a form that has a text box i would like to require to be filled when i click a submit button. If i put constraints into the rule validation field it only validates when you tab or click on that text box. I want to validate the constraints when a
|
| Exceptional Error - Custom Menus deleted at startup of Access ! | 12 Nov 2005 06:20 GMT | 16 |
I had been working with databases from many years...Recently I had encountered an exceptional/unusual kind of error in Microsoft Access 2000. I had developed some applications on Microsoft Access 97 and Access 2000, which also has custom based menus and toolbars etc.
|
| Error with subform LinkMasterFields | 12 Nov 2005 05:53 GMT | 4 |
This question was answered on 8/1/2004, but the answer does not work for me! Question asked what the following means: The LinkMasterfields property Setting has produced this error; "The Object doesn't contain the automation object 'Account Information'.
|
| HELP with AddrOf function for Drag-n-Drop | 12 Nov 2005 03:32 GMT | 4 |
I was trying to implement drag-n-drop functionality in my database. Reading from article http://www.mvps.org/access/api/api0032.htm it referenced dependent function found here http://www.trigeminal.com/lang/1033/codes.asp?ItemID=19#19
|
| Renumber records in subform | 12 Nov 2005 01:47 GMT | 8 |
I am using access 97 and have searched for an hour for an anwer to my question. hopefully someone can help! I have a subform, frmTools, that each record is a direction of how to put together a machine. My issue is, how do I setup of the subform or records so
|
| How to tell if object variable is set | 11 Nov 2005 22:40 GMT | 2 |
I have a global object variable that may or may not have already been set. How do I tell if the variable is a valid reference to an object? IsNull is false IsEmpty is false
|
| customizing print button | 11 Nov 2005 22:18 GMT | 3 |
I have a print button on a form that will print the active form. the only thing is, is that the form margins need to be set to .5 all around inorder for it to print on one page. How can I customize the print button to have custome margin settings or even fit to page would work?
|
| vb sql modification | 11 Nov 2005 21:16 GMT | 2 |
Hi. I originally was using field EmailName. Now, I'd like to allow for 2 email addresses so I created a field EmailFlag and an option group with 2 values: EmailName1 and EmailName2. In my regular sql queries, I've modified the statement by using:
|
| Windows NT user name function - compile error | 11 Nov 2005 21:03 GMT | 2 |
I would like to be able to track users as they create and modify records, but I am wary of using security settings to do so (I've been having a host of problems with the security wizard). I found a link on this site for a module that looks up the user's Windows Login:
|
| Is there any way to check if a message has been opened in outlook? | 11 Nov 2005 19:28 GMT | 1 |
I am looking for a way to check if a mail sent has been received and opened.
|
| spam filter | 11 Nov 2005 19:27 GMT | 1 |
i always get a message the "the signature "SpamFilterSigOL could not be located". This signature may been removed.- every time i reply to a sender. how do i get rid of this? Thanks a lot.
|
| requerying a control on a sub-form | 11 Nov 2005 19:26 GMT | 1 |
I am trying to have the combobox: Region, to requery after update the combobox CountryName in a subform that is bound to the TabCtl23 (tabcontrol) on the main form. I think I have used all diffenrent kinds of combinations for the the following syntax, but it does not work. ...
|