DbSee Changes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • eleftheriak@hotmail.com

    DbSee Changes

    Hi all,

    I have this code and does not see to work it gives me all the time the
    dbseeChanges error

    strSqlTeam = "Select id, firstname, surname from [dbo_users]"
    Set teamrst = CurrentDb().Ope nRecordset(strS qlTeam)

    in here is this the problem ?

    Riri

  • Terry Kreft

    #2
    Re: DbSee Changes

    So use the dbSeeChanges optional argument.

    Look under Openrecordset in help for its usage.

    --
    Terry Kreft



    <eleftheriak@ho tmail.com> wrote in message
    news:1132585645 .914843.236710@ f14g2000cwb.goo glegroups.com.. .[color=blue]
    > Hi all,
    >
    > I have this code and does not see to work it gives me all the time the
    > dbseeChanges error
    >
    > strSqlTeam = "Select id, firstname, surname from [dbo_users]"
    > Set teamrst = CurrentDb().Ope nRecordset(strS qlTeam)
    >
    > in here is this the problem ?
    >
    > Riri
    >[/color]


    Comment

    Working...