Search results

  1. I

    Subform read-only error :(

    Well, I've got a multiple stage form structure. Data tables, in case it matters. The two stages that we're interested in right now, let's call them Stage1 and Stage2. Anyway, Stage1 is controlled by a query (Query1) of a table (Table1). And Stage2 used the be the subtable of the Table1. It...
  2. I

    Simple Query - Find junk records

    Well, I'm trying to enforce referential integrity on one of my relationships. But it seems that there are 5 records in the Subtable that don't have a corresponding record in Table, so it won't work. I tried copy/pasting from Subtable to Table, and it says 'unable to make changes because this...
  3. I

    Better search plugin/macro?

    Not sure where to post it, though what I have in mind is similar to a query. Basically, I want it to look like a web search engine. You know, you enter a search phrase, and it returns a list of results where it finds matches. So, just like that, I want it to search through a table and return...
  4. I

    Using CurrentUser() in a form??

    It seems to work perfectly, but doesn't actually enter the value in the table. Am I doing something wrong? This is what my form looks like: But the corresponding field in my table remains blank :( :
  5. I

    Custom relationship - need help!

    Hello, I am trying to set up a relatively simple relationship between numeric fields in two (already related) tables. The problem is Access doesn't really support this type of relationship... or in fact, doesn't have an interface for coding your own custom relationships (if it had one, this...
Back
Top Bottom