Recent content by Rylinkus

  1. R

    Calendar in Access

    Ive looked at several calendars and none of them seem to be exactly what I want. Ideally what I'd like is something similar to the calendar control built into access. But I'd like to be able to select a week at a time vs. each day of that week. Or even if I could prevent any day but friday from...
  2. R

    Calendar in Access

    Trying to add to my DB. Looking to be able to keep track of time worked on stock parts on a weekly basis. Would like to be able to enter time at the end of the week, by week. IE; On the week of Sept 10th 29 hours were dedicated to restocking our shelves with stock parts. Is there an easy way to...
  3. R

    Search

    I found this to be a wonderful example of a search. Maybe something to this effect could be modified in some way to accomplish what you're trying to do. http://www.access-programmers.co.uk/forums/showthread.php?t=110203
  4. R

    Query - Search Engine

    This is a really nice little form. I was wondering if someone could explain to me why when you click on the search results it yields a message box thats says "Could not locate [Date]", where date is the date of the row clicked on. The relevance of this is that when I tryed utilizing a similar...
  5. R

    Need user friendly sorting of a report using a sort by list...

    If you go to Microsoft's website you can DL their samples that deal with Reports/Query/Forms. In the Report sample there's an example of using that shows how to filter a report using a popup form and an example that shows how to order a report using a popup form. I'm not sure if this is exactly...
  6. R

    Embedded Pics Create Huge File Size

    I don't feel overly comfortable with linking to pics as our servers are undergoing constant upgrades/repairs/backups and stuff tends to move. It's hard enough to find what you need to find, let alone have to worry about linked pics being where theyre supposed to be. That being said, if it's...
  7. R

    Embedded Pics Create Huge File Size

    I'd read a few places that embedding pics wasnt the greatest of ideas, but I thought that 1 JPG embedded onto 2 forms would be ok and would prevent the pic from being deleted or moved. (Theyre always screwing with the server here.) But it's making my DB huge. No pics embedded Size: 808kB 1 Pic...
  8. R

    Adding Numbers in a Table

    Yeah, it certainly seems like a very nice tool. And with some user friendly forms even the less computer savy people should be able to utilize the info in it. I read a few threads about table structures and was wondering if anyone could point me to a good article or tutorial on this topic...
  9. R

    Adding Numbers in a Table

    Yeah, I just read something about that and was coming back here to post the same bit of info. I suppose to get reports that show time totals all the calculations are going to need to be done outside the table. And that's no big deal. Now would it be prudent to merely use do the calculations in...
  10. R

    Adding Numbers in a Table

    I have a table with a bunch of values for time spent on a variety of projects. Each persons time on a project is entered using a form. What I'd like is to then be able to add some of these times to get a total department time and a total project time in the table to help with our project costs...
  11. R

    Issue connecting Form to Table

    Here's a very stripped version Essentially I'm trying to enter all the info into Job Details. Then I'd like to be able to enter An employees time sheet in Time details. Basically their time sheet and pick the WO# and Unit via drag down menus. Then select which department and have it ADD it to...
  12. R

    Issue connecting Form to Table

    Will do a little later. I have to strip a few things out of it as the owner of the company likes playing the secrecy game. I guess there's a story that helps justify it, but its really none of my concern anyway. Thanks in advance.
  13. R

    Issue connecting Form to Table

    Probably a newbie-esque question. But here goes. Background Story: (Not overly relavent) I decide I want to make a quick Database to merely keep track of a few job details. My use only mainly. Well the new guy decides that to get in the good graces of the production manager we're going to track...
Back
Top Bottom