Search results

  1. J

    Hyperlink button troubles..

    Good afternoon, I want with a mouse click on a button to open a window that adds an Hyperlink to a text field on the form... I can add a hyperlink.. In the textfield with hte got focus command.. But I want it to react to a mouse klick on a button. Can anybody help me?? Thankx Jan
  2. J

    Record selector cosmetica

    Good afternoon, Can anybody tell me if I can change the colour of the standard record selector. If so where do I do that? Or else can I make a record selector in VBA? And how do I do that? Thanks allready... Jan
  3. J

    Turn graphic problems?

    Good afternoon dear Forum Members, Can anybody help me with a problem that I have with some reports? I want to open a graphic that you can make in the forms section a turning graph. When I open it, there is no problem.. But when I put them on our intranet it only shows the information view...
  4. J

    Problem with numbers

    Good morning, I have a few queries with several rows with data. I want the query to select the last row with data. The rows heave an increasing number from one till .... Can anybody help me select the last row? Thankxx Jan
  5. J

    Colouring a report?

    Good afternoon, Is it possible with a report to give the whole page a different colour? So that the print preview shows the whole page in a different colour? Thanks, Jan
  6. J

    Reports, reports

    Good morning, I have a report with results by month.. It shows a graph from the beginning of the year till now. When I want to print it , I get twelve pages.. One filled and eleven white.. Does now how I can solve this? Greetings, Jan
  7. J

    Timer?

    Good afternoon, I want a form to open after closing a querie. How can I do this when I don't want to use a form to start the querie? Can anybody help me? Greetings. Jan
  8. J

    Sending reports through outlook problem.

    Good morning.. Well, I want to email reports to recipients. All now goes well. But I get a question from outlook if I want to allow an application to send an email in my name. Well yes off course I want it to be send but without this question to be asked every time. Can anybody tell me how I...
  9. J

    I'm having troubles maximilizing after a query..

    Good afternoon, In a form I let the user make some choices. They can push command buttons which start a query which show its results. They can close the query and have to see the form maximilized. I've tried all kinds of command lines, Got focus, start, enz.. Does anybody know what I can do...
  10. J

    Trouble with sending a SNP report.

    Good afternoon, When I use Vb to export a report to Snp and send it to an email recipiant Acces keeps asking in which format. With every report it also asks me over and over again for permission to send the email. Has anyone an idea how I can work around the messages. Thanks, Jan
  11. J

    Sending a report to word

    Good afternoon, I have a problem with sending a report by mail to a recipiant. The report is exportet to word. In my report there is a image of our company logo. It isn't taken over by word. These reports go to our customers, so the logo should be there.. Can anybody help me? Greetings, Jan
  12. J

    Exporting to excel form a form?

    Good morning, I habe a form with some command buttons. They activate a command in VB to export some queries to excel. Well great I hear you think... The problem is that some of queries are to big to be exported... Well I still want to export them to excel. Does anybody know of a way to slice...
  13. J

    Exporting large queries to excel?

    Good Morning, I want to export a very large querie to excell. It has more than 65000 records and doens't fit. Can I give a command that it puts one part to a page and the rest to the next? Thankxx
  14. J

    Search function problem...

    Good afternoon, I have a problem with a search function I build in to a form. This form searches a query with article information. Maybey some one can help me. I want multiple searches without closing and opening the form. I tried refreshing it on several key moments. I don't see the answer...
  15. J

    Converting queries to VB?

    Good afternoon, In my dbase I had some queries I converted to VB. These are queries to add and remove records from tables. I want to execute without asking the yes or no question. Is this possible? Greetings...
  16. J

    Search dbase problem

    Good morning, I have a problem with a dbase that I made to search an artikel table. The search function is working ok. But I can't fill in a second search action. The form doesn't refresh.. Maybey some one knows a tip? Thankxxx
  17. J

    Opening a subform by a search function?

    Good afternoon, I have a piece of code wich searches my table with articles. It opens a query with results. I want it to open a subform in my headform with the search results. Can anybody help me? This is the code.... Private Sub Zoeken_Click() ' exit if nothing is entered on the form...
  18. J

    Part two of the Color problem..

    By mouse over is now no more problem. I have an other question now.. In front of my text field there is a little arrow that I want to change from color also.. Maybey some one knows how to inhance my code so my little arrow changes in color also... Thankxx
  19. J

    Changing text boxes on mouse over?

    Good morning, Can anybody help me? I want to have my Forecolor changed when the cursor passes the tekst field. It has to change back when the cursor moves from it. Who has a simple code sample for me to understand? Thankx
  20. J

    Converting macro's to VBA

    Good afternoon, I've converted some macro's to VBA. How do I call on these module's? Thankxxx
Back
Top Bottom