Search results

  1. C

    Linking Combo Box & Textbox

    Linking Combo & Textbox I am really thick tonight. Where do I actually put this code in the textbox properties? My textbox is called PricesDisplay My Combo box is called Sizes. There are several values in the combo box which need to line up with several vales in my table and be displayed in the...
  2. C

    Startup Issue

    Sorry Missinglinq. But still many thanks just the same!
  3. C

    Linking Combo Box & Textbox

    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?
  4. C

    Startup Issue

    Thankyou Dreamweaver. Saved me a bunch of work!
  5. C

    Startup Issue

    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...
  6. C

    Startup Issue

    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...
  7. C

    Show data from table via dropdown combo?

    Data Display Thank you very much.
  8. C

    Show data from table via dropdown combo?

    Display Data from combo box Yes. The data does need to be editable.
  9. C

    Show data from table via dropdown combo?

    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...
  10. C

    Text Search Problem

    Text Box Search Thanks again for the reply but when I put this code in place of the other, I get an error at this part of the code. Could it be something about the dao? I thought I read that somewhere that database properties can be changed but I am not sure where or if it can. db As dao.database
  11. C

    Copy Record From One Table To Another

    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...
  12. C

    Text Search Problem

    Search In Textbox Thanks for your reply but I now keep getting errors. Maybe I am placing your idea in the wrong area. Where did you mean to put this code? Sorry I am new to Access!
  13. C

    Text Search Problem

    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...
  14. C

    Search From A Textbox?

    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...
  15. C

    Send Emails

    Email in Access I have used this code to send emails from Access. What it does is uses your default email client to send an email to the name that is in a text field called username. You could have your list in a drop down box and choose one to send an email. I used this code on a button to...
  16. C

    Using The Enter Key In A Memo Box

    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...
  17. C

    Send Email From Textbox

    Link to email in Textbox Thanks fernin8r: Works great!
  18. C

    Send Email From Textbox

    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.
  19. C

    Clickable Link In Textbox

    Link in Textbox Thanks a bunch Spacepro. Worked fine!
  20. C

    Clickable Link In Textbox

    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?
Back
Top Bottom