| Thread | Last Post | Replies |
|
| autocorrect is going crazy! | 04 Mar 2005 16:38 GMT | 1 |
I am facing this trouble becouse the template on MS-Access named "Services Call Management" has a bug. They have not prevent the caos when a customer returns and you add the same customer on Customers table each time he returns and the same customer gets
|
| LinkMasterfields/Childfields property - Example? | 04 Mar 2005 15:53 GMT | 2 |
Hi to everybody, Could someone please give me an example on the LinkMasterfields/Chieldfields property, because the Access help doesn't provide one.
|
| Unbound textbox, query results | 04 Mar 2005 14:47 GMT | 3 |
This is probably pretty easy, but it has been a while since I've used Access 2000. I have an unbound textbox on my form that is pulling data from a table. I want to bind that textbox to results from a sum query that uses a serial
|
| Excel: Late Binding | 04 Mar 2005 14:08 GMT | 6 |
I am trying to use late binding techniques to open Excel, load it with data and format the data. I am using Set xlApp = CreateObject("Excel.Application") to create the instance of Excel, but having problems with the excel properties. For example:
|
| run query from form | 04 Mar 2005 12:07 GMT | 4 |
I have a form with felds from query named select code so when form/query opens a msgbox appears requesting code to be entered in form I have also wriiten a on load event to sort data etc and a afterupdate on field issue to enter date in dateentered field these all work but I need ...
|
| Creating Option Group | 04 Mar 2005 08:15 GMT | 4 |
One of my tables includes the following two Yes/No datatype fields: Draft, Final. When I place these two fields on my form, I want to enclose them in an option group so that only one or the other may be selected. I tried using
|
| Conditional Formating | 04 Mar 2005 08:04 GMT | 1 |
This could possibly have been posted to the devtoolkits list, but I thought I'd try here first ----- I have a form in an app that I have distributed the has some cells with conditional formatting. Application built under Access 2K3, using 2000
|
| Problems adding text to memo field | 04 Mar 2005 06:42 GMT | 17 |
In my Form, I have a field that is based off of a field in a table called "comments" which is set to memo. Inside the form, I cannot add information. When I try to type, it beeps. What am I doing wrong?
|
| Variables disappear before close | 04 Mar 2005 04:03 GMT | 1 |
Here is a strange observation about quiting Access 2000. If you have code to run in the Unload or Close events of the main form (switchboard): (a) Using the Access menu Exit or window "X":
|
| Combo Box - First Use | 04 Mar 2005 04:02 GMT | 4 |
I have this code: Dim mySQL As String Dim myCombo As Control Set myCombo = Forms("person2").Controls("cboNameSearch")
|
| Resizing the Access window | 04 Mar 2005 01:58 GMT | 3 |
I been trying to see if it's possible to resize the Access window so I can hide it behind my form. I would like to do this through VBA. My form is a popup. Is this even possible? Thanks
|
| Email Button | 04 Mar 2005 01:31 GMT | 2 |
I would like to create a command button that will send an email to a group of everyone returned from a query (i.e. "Active Students). (The contact form includes a field for email addresses). I'm sure this is something I
|
| Filter Problem | 04 Mar 2005 00:41 GMT | 5 |
I am trying to filter a form by a combobox, the combobox has a date format of mmm yyyy, I am using the following with no luck Me.Filter = "[date] = #" & Me!Combo47 & "#" Me.FilterOn = True
|
| Create a control with Code | 04 Mar 2005 00:30 GMT | 3 |
Thanks for taking the time to read my question. I have a form that I want to filter. I want an option box to control the filter. When the form opens I would like to build the option box and have as many
|
| 2115 BeforeUpdate Problem | 04 Mar 2005 00:05 GMT | 6 |
this code below almost works Private Sub Patient_Number_BeforeUpdate(Cancel As Integer) If Me.Dirty = True And Not IsNull(Me.Patient_Number.OldValue) Then If vbCancel = MsgBox("You are about to change the ID Number of this Patient
|