I am trying to get a textbox to display a certain value when a choice is made in a combo box beside it. I have created a table with the two values wanted but I can't seem to get it to work. Any help?
Here is something I hope someone can help with. I have mostly completed my Access program. I was toying around with the startup options and I selected not to have my toolbars in the startup in fear that other employees at work could mess up the program. Now I would like to tweet my database and...
Here is something I hope someone can help with. I have mostly completed my Access program. I was toying around with the startup options and I selected not to have my toolbars in the startup in fear that other employees at work could mess up the program. Now I would like to tweet my database and...
I have a database with our client list as a field which is a combo dropdown box. What I would like to do is when I choose a customer from the combo box is have it display all of the information in the various fields for that customer. The client in the primary key and we keep updating each...
In this form I have simply 2 list boxes. The first gets its data from table1. The second is to get its data from table2. In both of these tables there is only one field. In table1 there is a list of 200 songs. What I would like to be able to do is double click on any entry in my first list box...
I have this code for search from a textbox. It works fine but if you search and no user is found it will always display the first record. Does anyone see where I could change something to always display a new record when no matches are found? Help is much appreciated!
Private Sub...
I have several databases created and I am wondering if anyone knows of a way to have a textbox that would act as a search field instead of the Access pop up search that you get when searching a field. I would like to set it up that the search would be for Primary Key only. Is this possible or do...
In my database, there is a section where I can enter information in a memo form. No problem here. What I would like to do, is add comments to the original comment but using the enter key or somehow be able to put a space between comments to ease the reading of the comments. Also wondering if...
I have a form that has a textbox that equals an email address. Does anyone know how to send an email just by clicking on the textbox to activate your email client? Help would be much appreciated.
I have a database with a field that is actually a web address from information collected in my form. Is it possible to have this textbox clickable to take me to that web site? I do see in the properties where it says is hyperlink but this doesn't make it clickable. Can someone help me?
I have a form that will not print the info within it. It seemed to work fine until I put a background color in it. It would print the info and the background color as well but I don't want to print the color. Now that I set the properties of the backgrond to screen only, nothing prints on paper...