Search results

  1. K

    Vba code for backup issue

    Hi all i tried creating a backup code with vba, but i get this message "FILE NOT FOUND", this is confusing as i feel i've put everything in place. This my code: Function BACKUPS() Dim fso As Object Dim sSourcePath As String Dim sSourceFile As String Dim sBackupPath As String Dim...
  2. K

    Dlookup issue

    please i have an issue with my dlookup, i want my dlookup to run through a table and check if a name exist in the table before carrying out and action, but it seems to be working on one name at a time and it won't work on another name except i remove the first name from the table, then another...
  3. K

    Table not displaying values from combobox

    Hi, I have a table but the table is not showing the values inserted from a combo box, but the values show when i create a query based on the same table. what can i do? thanks
  4. K

    Filtering due date using form

    Hi, Please i got stucked in this, i have a table with many columns. one of the columns contains due date for payments. what i want it is for a form to open displaying/listing the due paymets alone when i click a command button. I'll appreciate this. Thanka
  5. K

    Display Print Ribbon when report is in Report View

    Please i want my report to display the Print Ribbon when my report is in "Report View mode", it only shows when it is in "Print Preview mode" please any help'll do thanks
  6. K

    Detecting loging users

    Please i want have a form where all users who login and log out can be seen and the timing of their logging. It's important thanks
  7. K

    Inserting the username into a table

    my database displays the username on the forms, but i want the username of the person who is entering a data to be inserted in the table where the data is being entered, so that when you look at a record, you can know the user that entered it. for audit purpose. thanks any help will do
  8. K

    Stop compile

    Please how can i stop compiling, because when i need to compile another code i discover that the compile button is disabled....any help thanks
  9. K

    Scrolling Text

    Please can somebody tell me how to create a scrolling text in access 2007, tried a couple of things but not getting the trick... any help thanks
  10. K

    Can't make accde

    Please i need help on my database to make it accde it's complaining about "method of compiling which is associated with large database" any help. this is it "This error is usually associated with compiling a large database into an MDE file.* Because of the method used to compile the database...
  11. K

    Display username

    Please i have created a password login form where users can login to the application. what i want to do is that when a user logs in with something like this "chris.james" as the username then the username or the full names of the user should be displayed on a form probably the form that opens...
  12. K

    hide form

    i have a forms A and a report B that display in tabbed mode report B launches from form A and there is a form C that is expected to open when report B opens. but because the form C is in pop up mode it also shows when formA is active screen, what i want is that formC shows only when ReportB is...
  13. K

    Auto refresh

    How can i refresh my form automatically based on the time i select in my combo box thanks
  14. K

    blinking text colour

    how do i catch my user's attention by making the colour of my text alternate/change from one colour to the other continously. thanks
  15. K

    adjusting screen resolution automatically

    i designed my application with a wide screened laptop but if i run it on a desktop with a small screen some part of it always cut off. please how can i make my application adjust to any screen size and resolution automatically any help will do thanks
  16. K

    sorting table randomly

    I’m having problems with writing codes for this: I have this object 1st 2nd 3rd 1-10% 5 8 8 11-20% 6 9 9 21-30% 7 2 10 The issue here is that: I have 3 people 1) If either of the 3 people scores between...
  17. K

    date format

    please i want my date to read dd/mmm/yyyy so that users can enter their date into access in that format and retrieve it in that format too without access changing it into mmm/dd/yyyy i need help cause its frustrating thanks
  18. K

    Please Help me with Check Box issues

    i have a continous form with a command button which opens a password form when you are validated rightly the "post button" on the password form should do the following 1) insert records whose checked boxes are checked into another table payment 2) delete the same checked and inserted record...
  19. K

    hi Guys

    I'm Kay, not too much of an access Guru, but hope to be guru soon with you guys around me
Back
Top Bottom