Jump to content

Zenon

Members
  • Posts

    6
  • Joined

  • Last visited

Zenon's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Well, I don't really need to have this field auto populated. We could let the users enter in a unique identifier for each user/slide combo. I thought that there may be an easy way to automatically do this as a convienience for the users. If not, we can use the workaround. Thanks, Zenon
  2. Sure, I'll try to explain... I'm very new to FM more familiar with other db - trying to learn. [color:green]My responses are green 1. You're looking to establish some sort of security model whereby a user is only able to view "his" records. [color:green]Yes, most of the time users only want to view their own records. Occasionally they will need to view all records or a list of records other users records 2. You're tallying the number of records a user has created. By the way, you don't mention a User table or the fact that you might be populating records with an auto-enter gUserID. [color:green]Yes again, we would be auto-populating the user with the userId. 3. You aren't aware of auto-enter increment serial numbers. [color:green]Well, I thought that the increments are general and not user specific. Can you create a increment that is user specific( without creating a separate increment for each user). We do want an increment as the primary key, but also want a way to segregate the data by user 4. You're merging data from several off-line files. [color:green]No, the users are putting in their info manually Regards, Zenon
  3. Hi, The requirement is that each user identifies each record (in our case a slide) with an identifier, unique for the user (the combination of user and count is unique). I can make the "count" field user entry, but it would be better for the user if the field was populated automatically. I don't really care if a user deletes a record, as long as the "cont" field is unique for the user. Thanks, Zenon
  4. Hi, I would like to have a calculated field (count field) in a table which increments automatically if a user (user field) enters a record. So some sample data might look like the following: User, count, other stuff ------------------------ JOE, 1, otherStuff JOE, 2, otherstuff JOE, 3, otherstuff SALLY, 1, otherstuff The next time JOE creates a new record I would like the count to be automatically set to 4. If a new user, FRANK, enters a new record, I would like it to automatically default to 1. Regards, Zenon
  5. Shouldn't matter. What ever is easier. Zenon
  6. Hello, My users need to import similar data into filemaker9 via a excel spreadsheet. They always use the same template, but they are not very computer savy and don't want to use the import utility. I would like to automate the process for them --- put a button on a form and the import happens automatically without prompting. Sounds like something like this is available in v11, "recurring import", but we are using v9. Any ideas? Regards, Zenon
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.