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 strongm 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: InkyRich
  • Content: Threads
  • Order by date
  1. InkyRich

    Opening a specific Word document from a text box

    Hi all, I am trying to open an existing specific Word document from a double click in a text box on a form. This document (which already exists) is selected from the entry in the text box on the double click. I have tried various methods to no avail. Can anyone suggest how this might be done...
  2. InkyRich

    Basic help with Access forms

    Hi all, It is a few years since I carried out any Access/VBA development due to retirement and I decided I did not want to forget my skills - but I have a really basic question which I am rather embarrassed to admit!! I am using the latest Windows 10 Office 365 version of Access and I have a...
  3. InkyRich

    Creating VBA in Access for outputting to Mail for Windows 10

    H, I have a database that was developed a few years ago which outputted a string to the 'To' box in Outlook email program, which worked fine. I have now upgraded to Mail for Windows 10 and would like to update the code to output to this. The code I have is: 'Place email address string into...
  4. InkyRich

    Is there a 'Return' in VBA coding for printing on the next line in a text box?

    Hi, I may just be a bit thick, but I will explain my problem. I have created coding within a loop to produce a list of birthdays that are coming up within the 'next' 14 days, and I am trying to output these to a text box in a form at the click of a button. This is working, but each time it goes...
  5. InkyRich

    Use an 'array' in VBA?

    Hi all, In my distant past (in good old Basic programming - shows how old I am) I recall using an array to assign a value to a variable (say x) to collect a value in a loop (like x1 first pass, x2 second pass etc.) I am trying to do the same in VBA in an Access database within a loop. I have...
  6. InkyRich

    Texting from an Access database

    Hi, Does anybody have the VBA coding for texting from an Access database. I already have the database up and running with emailing to a group from the data, and I would like to be able to do the same with texting to mobile phones. Is this possible? Inky Hampshire UK. A fool and his money...
  7. InkyRich

    Anybody know of a good year appointments calender?

    Hi, Does anyone know of an appointments calender with a form and VBA coding. I dont need hourly appointments just by the days. Any suggestions? Inky Hampshire UK. A fool and his money are soon parted - so you might as well send it to me!
  8. InkyRich

    Texting from an Access database?

    Hi, Does anybody have the VBA coding for texting from an Access database. I already have the database up and running with emailing to a group from the data, and I would like to be able to do the same with texting to mobile phones. Is this possible? Inky Hampshire UK. A fool and his money are...
  9. InkyRich

    How do I create a query using VBA?

    Hi all, For reasons which are to long to explain I find that I have the need to create the equivalent to a query to filter and return records between two dates but using only VBA. Can anyone tell me the coding I need to do this. Inky Hampshire UK. A fool and his money are soon parted - so you...
  10. InkyRich

    Help using the chart/graph wizard.

    Hi all, I dont think I am thick - but that is a leading question. I need to create a line graph in a report and the wizard does not seem to be that clear as to what I need to do. Does anybody know of a link or document that will spell out the procedure for me. I have looked on the Microsoft...
  11. InkyRich

    Help using the chart/graph wizard.

    Hi all, I dont think I am thick - but that is a leading question. I need to create a line graph in a report and the wizard does not seem to be that clear as to what I need to do. Does anybody know of a link or document that will spell out the procedure for me. I have looked on the Microsoft...
  12. InkyRich

    Switching off the 'Right Click' function

    Hello, I need to turn off the right-click access to the design of a form. I have been using the code: ChangeProperty "AllowBypassKey", DB_BOOLEAN, False to turn off other facilities is there one I can use for turning off the right click? Inky A fool and his money are soon parted - so you...
  13. InkyRich

    Opening the database window from shortcut keys.

    Hi, I am trying to open the database window using the shortcut keys. I know how to set up the Autokeys but can anyone tell me the code I need to open the database window. I have been trying the DoCmd.SelectObject class/member, can anyone tell me from here please. Inky A fool and his money are...
  14. InkyRich

    Can I interrupt a loop with a button click?

    Hi, Am I able to interrupt a loop with a click from a button? Basically I have a basic alarm which I want to stop running from a button. Any idea how I do this? Inky A fool and his money are soon parted - so you might as well send it to me!
  15. InkyRich

    Can I use variables in a query?

    Hello, I want to be able to use two global variables in the criteria row of a select query e.g. Between DateBegin And DateEnd. Is this possible and if so what is the correct syntax? Hope you can help. Inky A fool and his money are soon parted - so you might as well send it to me!
  16. InkyRich

    Opening a file with Notepad from within Access

    Hello, I have to try to open an external file in Notepad from a button click in an Access form. What code do I need to do that? InkyRich A fool and his money are soon parted - so you might as well send it to me!
  17. InkyRich

    Restoring a form to full size in VBA

    Hello, I am trying to restore a form that has been minimized previously, on the click of a button in another form. Minimize was straightforward but restoring the form back to its original size is proving difficult. I have tried the code DoCmd.Maximize "FormName" and DoCmd.Maximize acForm...
  18. InkyRich

    What sounds do I have in Access?

    Hello, I need to create an alarm in an application. I don't really want to use the 'beep', what other sounds do I have that I can use? Are there any ready-made code that I can use also? Regards Inky A fool and his money are soon parted - so you might as well send it to me!
  19. InkyRich

    Printing 2 pages for only 1 page reports

    Hello, I am having trouble printing a report. My report is selected by a query and is under one page long and yet it always prints the second page with the header and footer. I have tried inserting a page break in the report but it does not make any difference. Any suggestion please? InkyRich A...
  20. InkyRich

    Opening a form in read and add modes on a variable

    Hello all, I am tearing my hair out!! - and I dont have a lot now! I am trying simply to open a form either in Add or Read mode (in which case I want the last record entered) depending on a variable like OpenVar equalling 1 or -1 and whatever I try it always opens in Add mode. What am I doing...

Part and Inventory Search

Back
Top