Skip to main content
Inspiring
May 11, 2012
Question

! In front of recordset name?

  • May 11, 2012
  • 1 reply
  • 617 views

What does it mean when you see an exclamation mark in front of your recordset name? Has some kind of error occurred, and do I need to recreate it? When I test it, data still comes up...

This topic has been closed for replies.

1 reply

Participating Frequently
May 11, 2012

You'd really need to show us. The exclamation mark is the logical NOT operator and is probably being used in an expression to test if an operation was successful. But without seeing the code this is just a guess.