Note that there are some explanatory texts on larger screens.

plurals
  1. USZahhar
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI use `data:post.url` myself, and it works pretty well. There can be some issues depending on variables, but I find it to be reliable enough. Still, have you tried `data:post.sharePostUrl`? I've used it before, but with varied results. Maybe for your purposes the results will be consistent.
      singulars
    2. COI'm already able to select multiple titles from a ListBox for this field. But, I only want to sift through 600+ records once. When I hear back from the periodical, I want to check the titles that have been accepted and/or rejected without having to sift through all 600+ records each time. I only want to select from the titles that were submitted.
      singulars
    3. COThe T1 table is for individual works. It contains the titles of the works, along with information about each work, such as when it was finished, number of words, etc. etc. etc. The T2 table tracks submissions to various periodicals. There is another table that contains the periodicals themselves, but that's not important for the purpose of what I'm trying to accomplish. Since most periodicals accept multiple submissions of this kind, the TITLES field of T2 has to be able to contain multiple entries.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload