Search results

  1. G

    Query duplicating records

    Hi all, I created a Query in Access that is picking up data from only one table. The intention is to create new fields in the query using IF statements like COMQ2: IIf([Resolution] Like "*COMQ2*","COMQ2"). I use this query in a PivotTable Object where the field COMQ2 is available. The...
  2. G

    Access Pages and Security with MDW file

    Hello everybody! I have a website made with Access. This Access .mdb files and the related web pages are secured with an Access .mdw file. Therefore when a user loges in, he can put his own personal password. Is there anyway to store the password in a session? I mean, each time the user goes...
  3. G

    Query duplicating records

    Hi all, I have a bit of a problem with my query. I'll try to explain this in a simple way. Imagine you have a table with authors' names and another one with the books they wrote. When you put the tables together in a query it comes in like Dan Brown Angels and Daemons Dan Brown...
Back
Top Bottom