• Home
  • Projects
  • Google
Blue Orange Green Pink Purple

All work and no play...

and all that. But still, you gotta work. So, here I am working. This is where I record the cool things I learn that I may need in the future when I've forgotten them. Like ten minutes from now. Cause I have the brain of a gnat.

"Work is either fun or drudgery. It depends on your attitude. I like fun."

"The heights by great men reached and kept
Were not attained by sudden flight,
But they, while their companions slept,
Were toiling upward in the night."

Union Query


Basically, copy the SQL from each of the other queries and join with the word "UNION" between them on the new query.
Read More 0 comments | Posted by Whit

Get rid of "Save to SharePoint" on DB

In the startup form (switchboard) add code:

Private Sub Form_Load()
On Error Resume Next
CurrentDb.Properties.Delete ("PublishURL")
End Sub
Read More 0 comments | Posted by Whit

Concatenation - on a FORM in a text box


Read More 0 comments | Posted by Whit

Set Focus

Private Sub Form_Current()

   [field name].SetFocus

End Sub
Read More 0 comments | Posted by Whit

Open BLANK form in Access

Click HERE to see how to open a blank form.

Add an onload event for the form with this code:

Private Sub Form_Load()
Call DoCmd.GoToRecord(, , acNewRec)
End Sub 
Read More 0 comments | Posted by Whit

Query Criteria


Read More 0 comments | Posted by Whit

Switchboard






Read More 0 comments | Posted by Whit
Older Posts

Whit's Work

Search



Labels

  • blog
  • calendar
  • css
  • facebook
  • Flash
  • fonts
  • horizontal rule
  • html
  • images
  • Photoshop
  • template
  • web
  • webdings
  • Home
  • Projects
  • Google

© Copyright Whit's Working. All rights reserved.



Designed by FTL Wordpress Themes | Bloggerized by FalconHive.com
brought to you by Smashing Magazine

Back to Top