From a VBA point of view I really Like "Access Database: Design And Programming" from O'Reilly. It wont give you much information about how to build a form, it will give you lots of information on how to build your queries and write the VBA code to drive the form.
When you've had a chance to use VBA for a bit, I really recommend "VB and VBA in a nutshell" also by O'Reilly. It's not a tutorial and if you aren't aware of what a particular command does, at a basic level, to begin with then it possibly won't be much use, but as reference material it's been invaluable to me.
I originally bought it, funnily enough for Excel, but there is an excellent VBA tutorial in "Excel 2003 VBA" by Wrox Press, although I do question the wisdom of dedicating a whole chapter to OO design concepts and then ignoring for most of the rest of the book. I'd hope and imagine that there is one similar for access, but if not, I reckon it's still worth picking up as I've always found the two applications closely related in my line of work.