Search results

  1. MsLady

    A date range form-Populate my table with each date in the range (exclude sat/sun)!

    Hi David and Bodisathva: You have both been very helpful. and thanks for the quick response!! Here's what i have now but i get "runtime error 13. type mismatch" do you guys have any idea? Dim dateIDX As Date Dim recDates As Recordset Dim db As Database Set recDates =...
  2. MsLady

    Protecting the database - what kind of solution?

    lol @ another cheque :D
  3. MsLady

    A date range form-Populate my table with each date in the range (exclude sat/sun)!

    I have looked high and low over the internet for a way to do this, but can't seem to find any. I have a form with 2comboboxes (popup calender) that takes a vacation date range (fromDate and toDate) for each employee (peopleId). This form is bound to a table (tblAbsense) with fields as peopleId...
  4. MsLady

    Is it me? Or is it rude?

    I think it's rude and absolutely unacceptable, but i've gotten so used to it that i've actually caught myself ogling along a few times also :o (esp. if she's wearing something catdamn sexy) Imagine being raised in a house with 6 brothers! You are forced to check out all the bootey and mamaritas...
  5. MsLady

    Update text boxes based on date selected in a combo box

    Hi Jul :) It's not wise to save datevalues this way in your table, cos you will only be duplicating data and there is no way to check for inconstitencies. All you need to save is the "date" itself, then you can always use functions to call the datepart (year,month, weekending, etc) whenever you...
  6. MsLady

    Attendance/Membership Database Example

    Thanks a bunch!
  7. MsLady

    Sample Attendance Database?

    Thanks Gary, i'll try to find sample reservation bookings online or here :) Great!!! Thanks Teebird. I'll find this very helpful and other samples on the link. Thanks again :) ~~~~ Please feel free to continue to point me to additional resources if you find more, i'll sincerely appreciate it...
  8. MsLady

    Sample Attendance Database?

    Hello uncle :) I have posted it in the other forum all day but gotten no reply and i have gotten 2 replies here within 2 hrs of posting, perhaps it's okay to break the rules sometime Uncle I think u agree...no? :D
  9. MsLady

    Sample Attendance Database?

    I am trying to create an attendance application for my group of 6people, does anyone have or know where i can find any to look at. I don't even know where to begin. Daily in and out. Keeping tabs of our vacation days/sick days. I just need to know where to begin, or need a sample for ideas in...
  10. MsLady

    The best FREE software thread

    LOLOL...this would be a great gift for my porn browsing friends :D
  11. MsLady

    Committee Attendance

    Yes Pat. Can you please take a look at the "gmultiselect" function. I am particularly interested in the logic behind how the switchboard opens each of the reports with each selected option. Thanks
  12. MsLady

    Is it possible to email a FORM in snapshot format?

    Thanks Banana, as always ;) I'll go try this. Once i get the formatting of the report in the right format and saved--all automatically, i know how to attach it to emails programatically. Let's see...
  13. MsLady

    Sample Attendance Project?

    Like how many forms. what each form does, the controls I'd need. your knowledge with it or the general idea. I just need to have a set plan in my head to begin with. You know, like how u look at a sample website to know how u want urs? ;) Please help.
  14. MsLady

    Sample Attendance Project?

    I am trying to create an attendance application for my group of 6people, does anyone have or know where i can find any to look at. I don't even know where to begin. Daily in and out. Keeping tabs of our vacation days/sick days. I just need to know where to begin, or need a sample for ideas in...
  15. MsLady

    Is it possible to email a FORM in snapshot format?

    :D Thanks CEH I have taken this path, only there're two issues. 1. I am not able to change the properties on my report programmatically, the way i've done with the forms. 2. How can i not open the "report" but change the properties without opening it on my screen. I only want to use it for...
  16. MsLady

    Is it possible to email a FORM in snapshot format?

    Ken be gone :D
  17. MsLady

    Is it possible to email a FORM in snapshot format?

    I feel like im just going in circles here!
  18. MsLady

    Is it possible to email a FORM in snapshot format?

    Yes sir, pretty much :D
  19. MsLady

    Is it possible to email a FORM in snapshot format?

    Thanks Banana, for ur continuing assistance, but I don't think the button on my form will be able to do all this for me :( Can you please look at my post to Ken?
  20. MsLady

    Is it possible to email a FORM in snapshot format?

    This same form opens up with different criteria. The same form opens up "Pending jobs", "Completed Jobs", "Past due Jobs", "At risk jobs" depending on what button is clicked on my mainmenu etc. The form opens up with a different caption and different background based on the data on it all done...
Back
Top Bottom