| Thread | Last Post | Replies |
|
| Why doesn't my switchboard I created show in the objects under fo. | 19 May 2008 18:28 GMT | 1 |
I created a switchboard but when I want to use it on start up, "switchboard" doesn't show as a form option. I then checked my forms under objects and switchboard doesn't show as a form. However, a switchboard table was created.
|
| Help! Isass.exe Can't boot up XP | 19 May 2008 17:02 GMT | 1 |
I need some help please! I have an XP OS and I can't even log on. It appears to try to boot up, but it just keeps going in circles, doing the same thing. I get one error that says: Isass.exe System Error Insufficient system resources exist to complete the API. Can any one ...
|
| Input and edit? | 19 May 2008 15:47 GMT | 1 |
I have a form that should pull some existing records. I want to be able to edit these records but it wont let me. Also I have allow edits selected to yes
|
| if then subform | 19 May 2008 15:20 GMT | 6 |
I have a form with a set of radio buttons. I want the radio buttons (two options) to define which of two subforms appear. I suspect I need to select the option group and put something in for after update, but I have no idea what.
|
| Need to find Path to Picture Manager | 19 May 2008 13:33 GMT | 2 |
I am working in Access and am trying to open a picture thru Picture Manager. I found the code to open the application: Private Sub Command1_Click() Dim stAppName As String
|
| Spreedsheet view | 19 May 2008 13:31 GMT | 2 |
Is there a way to use the spreadsheet view of a form and still allow the usage of the header and footer? I have data I want to display in the spreadsheet view but I also want a few buttons at the bottom of the form.
|
| How can I search part of text from a field in VBA? | 19 May 2008 11:23 GMT | 1 |
I have 2 fields. Both are text fields. First field includes a text 'Cat'. Second field includes a text 'Mouse Dog Cat Horse'. I would like to find out if the text in first field includes in the in secon field via VBA.
|
| Showing the ID in the form | 18 May 2008 23:08 GMT | 3 |
I am making a form that is gathering data from multiple tables that have relationships with each other. As you know, the relations are built on primary keys (that are numbers) and then I have to show these numbers on the form to be able to change the relationship. For my ...
|
| combine 2 functions | 18 May 2008 22:13 GMT | 2 |
On a Form i have 3 boxes to keep check on students progress, 1) Course started, 2) Course completed, 3) Days in progress. Once i have entered a date in box 1, i can enter a DateDiff function in box 3 & that works fine. But when i enter a completed date in box 2, i want the ...
|
| Extract text out of textbox | 18 May 2008 17:16 GMT | 5 |
I have a text box which has peoples address details in it, included in this one text box is the persons name, address incl post code and suburb. The reason this is in one text box is that I sell some items on ebay and I just copy the buyer details and use this code listed
|
| Error Message in Code | 18 May 2008 16:43 GMT | 2 |
Let me start off by saying I do not know anythig about code. I received help on this site to connect a jpg file to my data base by using MyPic MyPath code. It was working fine even after I added Access 2007. This morining I deleted my XP Office softare so that the 2007
|
| Calculate a date (from start date) when check Box is activated | 18 May 2008 13:42 GMT | 4 |
I have the follwing table 1. StartDate ( date Format) 2. Inc1Mo (checkBox) 3. SampleReadyOn (date Format)
|
| delete | 18 May 2008 13:24 GMT | 2 |
I have one main form linked with many sub form, my problem if I want to delete one record, it delete only form the main form table so when you open another table you will find same record still there in another tables so what I will do to delete the records from all tables in the ...
|
| focus after click | 18 May 2008 04:08 GMT | 13 |
All, I have a form that has a button to advance to the next record labeled "Next". I am able to advance to teh next record but the focus is still in the button and not the 1st textbox "Call".
|
| change field value on form based on another | 18 May 2008 04:03 GMT | 5 |
I have a form that displays New Vehicle Inventorty in stock, it is called STATUS, and it will diplay "N" for NEW what I would like to do is, when the STATUS Field changes N to A (for ACTIVE), I would like to fill in a field in my form with TODAY'S DATE. The vehicle would stay ...
|