Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jelloshot1

    ListBox Question.....

    Hello All, This should be an easy one. At least that's what I thought. Here goes.... I want to generate a report based on the items selected in a ListBox. The ListBox contains Names. The report should put the names in order of Seniority. In the query that the report is based on I have the...
  2. Jelloshot1

    Multiple Logons in .LBD file?

    Hello all, I've inherited an Access97 DB that shows anyone that is logged on as logged on twice in the .LDB file. The DB is delivered to those who have access to it through their Novell Logon. (The DB icon that appears in the Novell Delivered Applications window is actual just a shortcut.)I...
  3. Jelloshot1

    Where/How to Learn more than the Very Basics

    All of the above answers are GREAT! I started out with NO knowledge of Access at all and the Using Access 97 (QUE)Book. I also found the samples databases, Nothwinds, Solutions and Orders to be very useful. After 4 years of using Access, my employeer finally decided to send me to the classes...
  4. Jelloshot1

    Function Not Available???

    Hi all, I have a "small" problem that I hope someone can help me with. I'm running and access '97 application on windows 95. I discovered that some of the queries that the program ran were too "complicated" unless the full version (not typical install) was installed on all...
  5. Jelloshot1

    Current Year??

    Hi Jeff, I tried your suggestion. It didn't quite work but it put me on the right track. What I ended up with was DatePart("yyyy",[DateField]= Year(Now)) Thanks for the help! Mary :-P
  6. Jelloshot1

    Current Year??

    Thanks Jeff... I'll give it a try. Mary
  7. Jelloshot1

    Combine IIf Than Statements?

    Well Chris, I started over. Then I gave up! LOL I decided to use a different method to acheive my goal. Not the one I wanted, but it works. I did not give up on the Select Case statements though and have used them in place of several longer IIf Then statements. Thanks so much for your help...
  8. Jelloshot1

    Current Year??

    Hi all, In my database (Access 97) there is a table for employee sick time used. I was wondering if there is a way to filter records in a form and report to show only those with a date in the current year? I've tried using **/**/01 in the criteria line of the query that runs the form. It...
  9. Jelloshot1

    Combine IIf Than Statements?

    Hi Chris, I get the spaghetti code. In fact I recently read about it in a Good Coding Practice post in this forum. I'm not new to Access, but am relatively new to coding. This all started out as a "hobby" for me. I work for a state institution and while I was on 3rd shift I did a lot...
  10. Jelloshot1

    Combine IIf Than Statements?

    OK, here goes again.... I changed the Else: Forms!frmStaffInfo!RDO = " " to Else Forms!frmStaffInfo!RDO = " " Didn't work. BTW, I don't know why access placed the ":" after the original "Else", but I tried to remove it and it kept coming back. Also...
  11. Jelloshot1

    Can an InputBox be Formated to show **** instead of text ????

    I think I've found a way around this problem, but I'd love to find another (correct) solution.
  12. Jelloshot1

    Combine IIf Than Statements?

    Hi again, Tried that and it didn't work. Here is the entire code I'm using. it works fine as long as I scroll from one record to the next but I get the error (at the bottom of the code) when I try to tab into the next record. I know it is probably very primitive and has no error code in it (I...
  13. Jelloshot1

    Compacting Error...Please Help!

    Thanks All, I tried compacting again and there was a new db1.mdb. There also was a Paste Error table in it. The error message it contained said that me and another user were tryingto change the same information at the same time so the proccess was stopped. I am positive there was no one else in...
  14. Jelloshot1

    Combine IIf Than Statements?

    Hi All, Would like to say first that I have found this site and it's Q&A very helpfull! I'm learning more everyday. My question today is about If Than Statements and can they be combined as in If (IsNull(Forms!MyForm!FRI) And If(IsNull(Forms!MyForm!SAT) Then RDO="F/S" End If I...
  15. Jelloshot1

    Compacting Error...Please Help!

    Hi again, Well I checked evrything that you sugested. I do have all the correct rights needed. Another tried compacting another database that we use and had no problem. And I have the same rights to both. I finally split it into a frontend/backend, hoping that would solve the problem. The...
  16. Jelloshot1

    Compacting Error...Please Help!

    Hi Rich, The database is on a network and yes we do use Novell. As far as I know I have read/write/delete privilages for the folder, but I will double check. I'll also check into the right click to adjust the read only priv. I'll let you know how I make out. Thanks, Mary
  17. Jelloshot1

    Compacting Error...Please Help!

    Hello All, I'm running an Access 97 database that is used for staff information as well as tracking time & attendance. We have over 1300 staff members already in the database and are adding more almost daily. The problem I am having is with compacting. The database had grown to 978MB. When I...
  18. Jelloshot1

    on-line exam

    Hiya Tuttle2, Wish I could help you with the auto e-mail, but that is really beyond me. Possibly with some code it could be done. Hopefully someone else out there can help you with that.
  19. Jelloshot1

    on-line exam

    Hi there, I think the easiest way to do this is to make your answers multiple choice or true/false types. Then you could use option groups and assign a value to each answer whereby access could calculate a numeric grade for the test. Hope this helps :)
  20. Jelloshot1

    Can an InputBox be Formated to show **** instead of text ????

    I'm using Access 97 and have a need for some security (passwords) within the database. I am using an InputBox that promts the user for their password before it opens another form. I have the passwords stored in a table with the Imput Mask set to "Password" thus when viewing the table...

Part and Inventory Search

Back
Top