Search results

  1. P

    Order of Completion - Workgroups then Splitting?

    bump - Anybody? I know this is probably a pretty straightforward answer. Help please
  2. P

    Order of Completion - Workgroups then Splitting?

    Large numbers of users need to access the system simultaneously. So, as per good form in a multi-user system, I'm going to put the backend on the network server and distribute front ends to the users. Now, back to the topic at hand, which comes first, security or splitting? And does the...
  3. P

    Order of Completion - Workgroups then Splitting?

    In what order should I complete my database now that the design stage is over. Do I setup my workgroup security and then split the database or visa versa. Once the database is split, will the workgroup security remain intact? Thanks for the guidance!
  4. P

    Help - Field calculated, but not stored..

    Nevermind - just realized it was bad form (NF3).. Please ignore this post.
  5. P

    Help - Field calculated, but not stored..

    Hmmm. Thank you for the response - as I do need to store this value. However, the trick doesn't seem to work. In my Billing Form, I clicked on form properties, and set the BeforeUpdate value to the following: =[StoreTotalCharge]=[Total Charge] It doesn't appear to do anything though..
  6. P

    Attaching images to records, not via subform

    Perfect solution - but how do I link them outside the dbase? Do I make a text field and have them type in the link to the picture - then have some sort of image unbound to pull from that link? I don't want to store the image in the dbase, but rather in a folder where we can pull them from via...
  7. P

    Attaching images to records, not via subform

    I'm trying to have a scanned ID picture come up with a specific record (SS#) on a form. I've seen the subform trick, but can't make it work very well. Would I just make an extra field for that table, add the path information, and.... How do I have the image automatically show up for each...
  8. P

    Need Dynamic Query Field fed by List box

    I'm trying to make a dynamic query system where the user can utilize a form to run queries. I run some basic Between date stuff, but am lost as how to identify fields queried by a list box. The list box has a default to be populated by table field names, which works great, but how do I feed...
  9. P

    Access Sync? Carry and Go.

    Sounds like the perfect solution - can you give me a little bit more detail on the fundamentals. I'll start reading through the help files too :)
  10. P

    Help - Field calculated, but not stored..

    So, I've got a field that is running calculations for 5 other currency fields that need to add up correctly. However, I'm noticing that it's not storing into the table what the Total Amt is. Now I realize this is likely due to the fact that the Control Source is set to be the value of those 5...
  11. P

    Access Sync? Carry and Go.

    Will splitting the database (or any other method available) allow the users to take a copy of the database on the road with them where they do not have access to the Back End or the Server and then link back up when they come back from a road trip? If not, are there any other solutions to this...
Back
Top Bottom