Search results

  1. R

    More Free Programming Books ("Last one I Promise")

    We can never have enough resources for improving ourselves, so here is another great site for those that want to improve their skills in any language. https://riptutorial.com/ cheers :)
  2. R

    New Learning material

    Free programming books which look like somebody can use/ Not my domain but stumbled upon it,check it out free and seems pretty good for any language. there all in pdf formats and even as a season pro for vba and access there is some stuff i did not know. check it out and share. toronto canada is...
  3. R

    a quick image in email body by using a link

    heres a simple solution i needed to use basically i didnt want to send emails with an image as an attachment i wanted it in the body. also i wanted to use an image from the internet not on my hard drive. so this quick program allows this. you need outlook and also a reference to outlook 14.0 or...
  4. R

    Sample Database area submissions

    I realize the importance of security and such when someone is submitting a sample database etc but 3 to 4 months after it gets uploaded it gets approved. that's a long time .. I realize that people have not alot of time to monitor that area but i think that in respect to the people giving their...
  5. R

    access 2010 Query dates

    access 2010 Query dates [SOLVED] is their a way to have a query to only show data on every monday in current month. Month([datefield])=Month(Now()) And DateAdd("d",7,[datefield]) maybe someone can help me out. tnx
  6. R

    need Help with multiple sql criteria

    combo 86 is text and i keep getting an error see attached image the numbers are date serial numbers. it works if i dont use the combo86 clause the syntax is as follows: strSQL = "SELECT Qry_CalDataBS.dte,Qry_CalDataBS.bs " strSQL = strSQL & "FROM Qry_CalDataBS " strSQL = strSQL & "WHERE...
  7. R

    Reading and writing to pdf files

    Not sure where i pieced together some of the code but i needed to use it in a project and thought maybe this would be good for someone. basically fill out the pdf form then open it in the database and change values then write them to the pdf. in my case: references: microsoft office 14.0 object...
  8. R

    sliding buttons for your projects

    borrowed some code from here so thought i would drop off something you might find useful in return. a bunch of different sliding buttons i created from some web page ui kits. built in office 2010 format. coding technique "Brute force" no declares etc for speed of design, no i'm not an expert...
Top Bottom