Strange problem here. One of my users reported that for a week or so ago, his Office suite started to have problems saving to the network. From Word, or Excel, when he clicks Save As, and pulls down the list of available folders from the seekbar, and selects our network share, it will hang there...
I have many different public folders that everyone in the company can see. In these folder are different committees. I could have the same people in different committees. When I change an address of a person in one committee, do I have to change the address in every committee folder that...
I have many different public folders that everyone in the company can see. In these folder are different committees. I could have the same people in different committees. When I change an address of a person in one committee, do I have to change the address in every committee folder that...
I have many different public folders that everyone in the company can see. In these folder are different committees. I could have the same people in different committees. When I change an address of a person in one committee, do I have to change the address in every committee folder that...
I'm having some problems with color coded categories. I have been color coding my bosses email so that he knows what email is important and what email can wait. I have changed his categories and colors to match mind. But when I send him a email with a colored categorie it doesn't match the...
I'm having some problems with color coded categories. I have been color coding my bosses email so that he knows what email is important and what email can wait. I have changed his categories and colors to match mind. But when I send him a email with a colored categorie it doesn't match the...
What I was doing wrong was adding a new record, when I needed to edit a record. So I changed this code "rst.AddNew" to "rst.Edit" and it worked great. Thank you so much for you help. You were very helpful and very fast. I gave you a Big Star.
Here's the code:
Private Sub Command14_Click()
Dim strVal As String
Dim varItem As Variant
Dim ctl As Control
Dim rst As DAO.Recordset
Set ctl = Me.List10
For Each varItem In ctl.ItemsSelected
strVal = strVal & ctl.ItemData(varItem) & ", "
Next
strVal = Mid(strVal, 1, Len(strVal) - 2)...
The multi select is set to Simple and when you select multiple values, they all highlight. But when I go to my table the Category field is blank.
Thanks
I copyed your code in the click event on a comand button and changed the "me.listboxname" to "me.list6", but it still only inserting one category name. What am I doing wrong?
Thanks
Hi,
I have a form that adds information about our donors. In this form I have a List box that looks up the values in a table called "Category LookUP Table". I store that value in a table called "Add Names" in a field called "Category". I would like to be able to...
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.