Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Aydan
  • Content: Threads
  • Order by date
  1. Aydan

    Calculator control?

    I would like to present a simple calculator on a form, does somebody allready done this or know about one? Thx
  2. Aydan

    remembering a value in unbound text box

    I have an unbound textbox which is filled in by the user. I haven't an options table for this value to be saved in. The question is, is there a way to keep this value for later use, the next time the application starts it's still filled in as a default value?
  3. Aydan

    Change the contect menu options in forms

    Hi, Would it be possible to define the options which are appering on the context menu (right click) in my forms. I would like only some options like copy and paste but not all of them are applicable end causes some confusion for the users. Thanks
  4. Aydan

    Scroll wheel not working

    Does somebody know if it's possible to let het scroll wheel work in a code window? or is it my mouse(driver) which is not responding when I try to use the wheel to scroll?
  5. Aydan

    Unknown class or object name

    I copy/pasted code to try out something, but when trying to compile I get the message "user defined type not defined" an stops on a line with the following declaration "Dim DLG As DialogSheet". I know that this is caused because I'm referencing a class/type which is not in...
  6. Aydan

    Need suggestion to handle postal codes

    The contacts in my database are 99% of the cases all residing in the same country. I have my postal codes from this country all in a table. In the contacts form, I want to create a combo box for the postal codes where the user can choose from so it will lookup the corresponding City and put it...
  7. Aydan

    Noramalize a table with data in it

    Hi, I have a contacts table where I also store the postal code and City in. Now, I wisely decided to split this information by adding a PostalcodeID field to the contacts table. I have also the table with the postal codes and Cities ready. I am looking for the wizard which I, once, when I...
  8. Aydan

    Save database in certain directory

    How can I open the file/folder browse window, the one that opens when you save some file, where you can brouwe on the drives and folders to save your file to. I want to let the user save the database to the path they can choose. (only the linked tables) Thanks
  9. Aydan

    Function to remove double spaces and strange characters

    Hi, Is there anybody who has already a good function to correct typing errors in fields such as double spaces between words, a ° or ², or starting a field with a space. This typo's causes the records to be unfindable!
  10. Aydan

    Compering records from 2 identical tables from structure

    I wonder if it would be possible to compare data in records from 2 structural indentical tables and see only the records which are diffent from in the other table (only from one table at the time)
  11. Aydan

    Outlook blokking .exe file attachments

    Does any body know if it is possible in outlook 2000 to receive attachments without being blocked? I have a norton anti virus software installed and still a can't receive this kind of attachments. Thanks
  12. Aydan

    wrongly assigned Junk sender

    Does any body know how to take off a sender which is accidentally assigned to junk senders list? Thanks
  13. Aydan

    How to split a value in an Excel cell

    Hi, I have a colom where the postal code and cities are entered with a space between them. Now I would like to bring te city over to the colum next to it. Since there are a lot of lines I would like to automate this with a macro. Can anybody help me with this?
  14. Aydan

    Hi, I have a button on one form to

    Hi, I have a button on one form to open an other form in Add new record mode. First I test if the form is already open with the Isloaded function. The question is, if the form is loaded then when it's dirty property=true (meaning that the form is modified) it should be saved and I want it to go...
  15. Aydan

    Error accessing file message

    Hi, I'm working on a small program in access 2000 on my local pc at home. Today while working in the code I receive a strange message box titeled Microsoft Visual Basic, stating "Error accessing file.Network connection may have been lost." This message is poping up each minute or...
  16. Aydan

    Fetching data from Excel

    My data I want to bring over to an Access database is stored in an Excel workbook with as many work sheets as letters in the alphabet. On each sheet I have information about contacts. The info is not stored line by line for each contact but like cards. There are place holders (formatting of...

Part and Inventory Search

Back
Top