Search results

  1. 1

    DoCmd.SendObject - Not letting me press send

    Hi guys, been a while. i have a button which sends a report by email using the DoCmd.SendObject acSendReport function. it has worked for a few years and never had an issue. basically when i press the button it loads my pdf into a new mail message in outlook, once i'm happy with it i press send...
  2. 1

    Google Cloud Services

    hey guys, after some information, currently i am running a db in 2 parts, both in access, a backend and a front end.. obviously backend holds all the data, and the tables are linked into the front end. i been looking at having the backed converted to an SQL server and use a service like Google...
  3. 1

    attach file on disk

    hey guys, its been a while since i have posted on here, i have a form with lots of buttons and all working fine. the major function of this form is the buttons on the form all basically use DoCmd.SendObject to create reports from the database and email to clients, and it all works great! i...
  4. 1

    How to create a Macro to click a button

    hey guys, soo i want to create a macro which clicks a button in my form. i tried doing Create sub macro and giving it the name ^6 (which is CTRL+6) and add the action RunCode and put the function name as btnCharge60Day_Click() (which is the were the code i want to run) but it doesnt work ...
  5. 1

    Button to add data to table

    Hi there, i have a form with some data and what i want to do is create a button which takes some of that data and enters that information into another table within the database. to me the concept sounds easy i just do not know where to start! :) hope someone can help!
  6. 1

    Report to separate pdf per page of report

    hi guys, its been a while since i've posted, i'm back into advancing my work's database. so right now i have a report which issues approx 30 pages, each page is an invoice for a client. i have created a button which converts the report to a pdf. MonthNum = Me.Select_Month NameOfMonth =...
  7. 1

    Macro to open a form, how?

    hey guys, very new to macro's.... i've got a databse setup and working great. i want to create a macro so that everytime i press "Ctrl + m" it opens up a form, which i use regularly... i'm using access 2010. can someone help.. the idea of this seems easy, i just can't figure it out... thank...
  8. 1

    Automating new record

    Hi there, this is my first post on this site, just firstly like to say, ive had a read on some forums and found a lot of useful information, now to my query/problem. I'm not very advanced with access or VBA, but i'm learning, and i'm learning at a decent rate. i have a database and i want to...
Top Bottom