Search results

  1. P

    Select In problem

    Thanks for reply! So, is there some other possibility to do it? What I can change to do functional query ? Jiri
  2. P

    Select In problem

    Hi, I have problem with propably easy thing. - in example on picture in appendix named "foto1" I can find records with ID 1 or 2 or 3. It works. - but on picture "foto2" where instead of values 1;2;3 is textBox in form with the same data, it doesn't work. I dont know why ...? I know, that I...
  3. P

    Get Url address from Internet explorer

    Hi, In my access db I'm trying to do procedure that can get URL address and web page title from actual I.Explorer window - and this URL and Title put by click on the button to TextBoxes in a form. Can you, please, help me with it? To this time I did not find any thread about it, only about...
  4. P

    !!! How to create this Query?

    Thank you Thank you for reply very much - yes maybe I didnt explain my question well - but my english is not the best you know:) So to explain my problem I drew small picture. Please look at it and if you will know how to do it please reply. Thank you Jira
  5. P

    !!! How to create this Query?

    In database is one Table, where are only two fields (ID and Text): ID Text 1 AA 2 BB 3 AA 4 CC 5 EE And in a form I have TexBox where is a text string, for ex. : aa; cc; ee Im trying to create Query which find all records from Table which contains "aa" or "cc"...
  6. P

    Link Images! Great! Some questions for the experts.

    Hi Ghudson, I used your code and it is working well. I have one question for you and it will be perfect if you know answer!!! : I did one form, which is (and must be) modal and pop-up. There is a button which runs your code and opens BrowseFile dialog. Problem is when I click behind this dialog...
  7. P

    A slightly different Mouse Wheel problem

    I forget...file
  8. P

    A slightly different Mouse Wheel problem

    MouseWheel in SubForms problem - solution I think I found some solution. I send to you file where I set this parameters : (sorry my english - and terminology (i have other language and try to translate)) In TextBox in Subform I set in the Events : OnExit.....Macro In Macro I set action...
  9. P

    Relationships

    Jej, I worked on it to the night, uf. But I found solution. Problem was not in relationships but in Form. I gived data from all three Tabs into the one Form and it was mistake. Now I gived data to the Form from only one Tab and data from the others Tabs I gived like a SubForms. Everything is...
  10. P

    Relationships

    Hi, I found one big problem in my database and i need quick help please!! huiii At the beginning i had one big table with about 60 fields. I was not sure if it is not so much so i parted this table to about 4 tables because of lucidity. My question : 1) Is it possible to have in good database...
  11. P

    Opening files from listbox

    Thank you very much for your reply! After long time I met my old friend, which is now professional programmer and he helped me with your code and with other problems (I never studied code before, everything i tried to do with macro). Now it is perfect application for me - when i finish all, I...
  12. P

    List box - possible more lines?

    Thank you !!!! I thought that it will be problem but it is quite easy. I never used this menu before.
  13. P

    Opening files from listbox

    Hi, I did database where is a Form with Listbox. In this listbox there are names of files (*.doc, *.xls) and some more information about each file. My idea is when Iam creating new data record that i put 1) name of file, 2)some information about and then I click on button "explorer" where I...
  14. P

    List box - possible more lines?

    Thank you very much for your help. I did continuous form and it works. Only one thing I have to improve - on classic Listbox, when I click by mouse, every line is marked by stripe. I do not know how to do it in continuous forms....?:) Jirka
  15. P

    List box - possible more lines?

    Hi, sorry my english, but I will try to explain what I try to do. In my database I have a form, where is a listbox. In this listbox are names of documents. Problem is that the name of each document is so long (two or three lines on monitor) so it is not possible to fit in, because listbox has...
Back
Top Bottom