View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Need help for access to excel via VBA

See Mr. Erlandsen's site on use ADO with Excel and Access:

http://www.erlandsendata.no/english/...php?t=envbadac

--
Regards,
Tom Ogilvy


"cyc1120" wrote in message
oups.com...
So, I'm trying to make a user form where I can have the user select
some fields to search in a huge database. For example, they will be
able to choose Male/Female.... Age Group.... etc.

I have tried to record a macro and see how the code works to get the
data from Access. However, as I try to incorporate it in my program, I
have errors. So, I was wondering if there an easier form of code that
will work? I would be forever grateful if someone tells me how the code
that I need looks like or have an example of it. :)

Thanks

Eric