Search results

  1. U

    it gives me headaches

    i have this database, thats suppose to have have there names and then have the values (satisfactory, unsatisfactory, needs improvement) put in a seprate table but be linked to there names ( i know that doesnt make much sence so just look at my database) I have two problems. First it doesnt save...
  2. U

    sorting by month

    i couldnt get the sMonth: Month([NameOfDateFieldFromTheTable]) part to work so i gave up and just changed the text to number, i feel so stupid, i spent 2 hours tring to fix that and it was that easy:eek: but i got it to work thanks
  3. U

    sorting by month

    i think i almost got it to work but it goes January october, november, december, feb, then its normal it does 1,10,11,12,2,3,4,5,6,7,8,9 err i dont know why its doing that
  4. U

    sorting by month

    umm im not sure i follow, but the names of the months is from the months field which i use a look up wizard and typed in the names. So i create anouther table just with the month names and the 1 for jan 2 for feb etc, relate them by the month and create a query from that to sort it?
  5. U

    sorting by month

    I have my database and a field to enter months as a drop down box. It enters as the full word. I want them to be sorted so it goes January, Febuary, March etc in my report. I was searching the database and found something with this function DatePart("m",[Field Name]) If i knew how to use...
  6. U

    date

    thanks thats exsacly wat i needed
  7. U

    date

    ok i tried, i have a lable and then a text box, i put that code " =Format(Date()-Weekday(Date(),6)+1,"mmmm dd"", ""yyyy") & " - " & Format(Date()-Weekday(Date(),6)+7,"mmmm dd"", ""yyyy") " into the text box, when i click out of the text box it goes away, its not there in preview view either,
  8. U

    date

    well i havent learned anything about modules so im not sure about the second part. now on to the first post, is this correct =Format(Date()-Weekday(Date(),6)+1,"mmmm dd"", ""yyyy")
  9. U

    date

    in my reports and forms i want the date to be that fridays date. Ex if i entered data a printed now it would display 6/6/2003 instead of 6/4/2003
  10. U

    when access opens

    thanks
  11. U

    when access opens

    when access opens i want a form to pop-up, its just one form can this be done
  12. U

    Building Expression

    i believe the validation rule in the table would be 9????????? ?=wildcard for any character and can be left blank 9 is a required character, i think or is it 0 well its one of them look it up of just wait for someone smarter then I to correct my self.
  13. U

    uh oh hiden form

    i was fooling around with the property of the form with out it open and i choose hiden attribute and now the form with the hiden form as the subform wont work, how do i unhide my form?
  14. U

    print button on form

    ahh thanks works now
  15. U

    print button on form

    here it is, there were no modules to import
  16. U

    print button on form

    its too big :( :confused:
  17. U

    print button on form

    ok
  18. U

    print button on form

    there are no other ones that i can find
  19. U

    print button on form

    i am just learning access so i dont know anything about macros or modules. ok so i created a table, form, and report for my data base and everything works great but i wanted a print report button on my form. I used the wizard to create it and after entering in the data i push the button and get...
Back
Top Bottom