Search results

  1. JGalletta

    Is it possible to create new input objects on a form during runtime?

    Hey Tony, Gladly! (I will be using the terms 'farm-field' and 'entry-field' to differentiate.) 1. Scouts go into => Farm-fields performing either a beating tray search or a sample search for => Pests Our IPM manager wants the notes entry-field to be relevant to each farm-field as opposed to...
  2. JGalletta

    Is it possible to create new input objects on a form during runtime?

    Good stuff. Thanks guys.
  3. JGalletta

    Is it possible to create new input objects on a form during runtime?

    Ok, great. This seems like the route for me; great explanation. Looks like it's back to the salt mine for me! :D
  4. JGalletta

    Is it possible to create new input objects on a form during runtime?

    Is it possible to reuse the same additional controls each time - retrieving them from their slot in the fixed pool? Or, is that what you mean by unrecoverable -- they cannot be retrieved? Thereby, disposable as opposed to recyclable? I know I will not have 754 controls on the form - does this...
  5. JGalletta

    Is it possible to create new input objects on a form during runtime?

    What is the method for adding controls, positioning, naming, etc.? This is the response I was looking for, btw. :)
  6. JGalletta

    Is it possible to create new input objects on a form during runtime?

    Can anyone help me with this?
  7. JGalletta

    Is it possible to create new input objects on a form during runtime?

    I have the following form: Is it possible to have the form duplicate each data entry object when the + button is clicked at the bottom right of each 'subform' (not actually subforms)? I have some data entry that I'd like to manage in this manner. I'd like to be able to make a flexible entry...
  8. JGalletta

    Database opens as read only when opened from a shared location.

    So, the file itself, and the folder it was in were granting full CRUD permissions, the problem was that the folder was inheriting other permissions from other locations, I granted permissions for all locations in the folder's lineage and the problem is solved.
  9. JGalletta

    Database opens as read only when opened from a shared location.

    I'm about as close as we get to having a network administrator, but luckily I know exactly what you mean by "CRUD." I'll double check everything and let you know if that fixes it.
  10. JGalletta

    Database opens as read only when opened from a shared location.

    Where are the create permission options located, or does this have to be programmed in? It's an extremely basic database, I don't even think the creator used VBA for anything - it's a simple form that enters data into a table. So, I guess what I'm getting at is, do I need to add a module that...
  11. JGalletta

    Database opens as read only when opened from a shared location.

    We have a database on a PC located on our network. The database is located in this computer's shared folder. Another database grabs data from this database occasionally. We're running into a problem where we cannot open the DB located in the shared folder (permissions granted) without it...
  12. JGalletta

    Making paths/shapes in Access?

    Thanks, Chris. This is some good stuff. I'll certainly be looking it all over when I decide to dive back into my DB. As for now, we're in the height of blueberry season in South Jersey, and my DB is working it's bippy off. When things start to slow down, I'll certainly have more time to...
  13. JGalletta

    Making paths/shapes in Access?

    Does access support photo file types with transparent backgrounds? Like this .png file: If so, I can create polygons as .png files with transparent backgrounds to overlay on top of a photo of a map without any parts of the map being covered other than the part covered by the polygon. I...
  14. JGalletta

    Making paths/shapes in Access?

    Yes, that's exactly what I'd like to do.
  15. JGalletta

    Making paths/shapes in Access?

    My VBA is strong. I'm quite comfortable with the programming aspect, but my knowledge of methods is not as complete as I'd like it to be. The reason I'm asking this question is to forgo the usage of Google Earth or any other mapping programs to highlight regions on a map. I can do this with...
  16. JGalletta

    Making paths/shapes in Access?

    Does anyone have any input on this - even a, "no access doesn't do that," would be fine.
  17. JGalletta

    Making paths/shapes in Access?

    Is it possible to make a path or a shape in access? I'd like to do some graphical representation of some data and change colors of the shapes based on given values that would correlate to the shapes. Any ideas? Thanks in advance, John
  18. JGalletta

    Designing web-based front end for database

    I am getting paid to do this. Regardless, this project is just a wish at the moment. Our busy season starts in about a week (we're a blueberry farm) and now is not the time for a system upgrade. How about if we look at this from a performance standpoint? Then what is the best solution...
  19. JGalletta

    Designing web-based front end for database

    Assume all new users are not on the LAN. That's why we we steered towards web-app development. Are you just saying to have a thin client viewed from another computer via a VNC ? What about multiple users? I just don't really understand how you meant for a system like that to work.
Back
Top Bottom