It's working for me now too. Some reason the file bugged out on me.
I found a new problem now. It seems that I can't assign the main form's ID number to the DocField table as the form's ID is still on "Autonumber" or null value when I make a new record. Is there a way around this?
It has...
Maybe this clears things up more. Issue is that the combobox pulls up the entire DocField table instead of the entries with IDs that are linked to the form's ID.
I am trying to be able to simulate the ability to attach documents onto each form of the database by storing Links to files inside a combo box.
However ...
I can't make the combobox store the links after one closes and reopens the form
Sourcing the combobox to a table/query causes the...
I am using Access 2003
Also using this method, causes the combobox to pull out the same table/query list each time. I'm trying to get each form's combobox to pull up its own list. Is there away to do this using One-to-Many relationships?
I'm saving links to a combobox in a form, but each time I close out of the form and reopen it the Combobox doesn't keep the list of data I entered before and only keeps the last selected one in its drop down menu.
Is there a way to make the Combobox store/keep the data?
I have issues opening a 2003 Access database today where it says one of the forms couldn't be opened and clicking through the prompts brought me into the VB editor window showing the form's class object code page..however it was BLANK. Completely blank... all the many pages of coding...
Here is the link.
This seems to happen only when i try to attach a link of a file on my own computer. All the computers are on a network. If i attach files that are on the network it doesn't seem to reject the link like it does on the local files.
Second issue I have is that when I pull up...
I'm trying to use this API in my database to be able to attach documents to my forms.
http://access.mvps.org/access/api/api0001.htm
Do I have to put this into its own Module? I'm not familiar with how the code is defining Types and declaring Global variables.
I have created a unit converter and I have a text boxes that output weight or length based on the calculation below. However, sometimes the text boxes won't display the calculated value despite clicking on the solve button. Could it be an issue with multiple users writing to the same record...
Re: Access GUI into Code: VB Extensibility
I'm creating this for someone else. They would have no knowledge of VB programming. If I was doing it for myself, I would just obviously write the code each time I wanted to add a new conversion. Hence I was trying to find a method for them to define...