Recent content by scoob8254

  1. S

    most efficient way to achieve structure ?

    thanks for your help... ive finaly achieved what i wantedf with your help and a few others on different subjects cheers
  2. S

    report record source and control source help

    sure i had tried that last night pbaldy, but i must of messed it up somehow because that works perfect... cheers for the idea about the control source loop, i had always planned to do that, was just worried would never get it to work thanks again, you've saved my bacon several times now :)...
  3. S

    report record source and control source help

    the albels are being updated ok. seems to be just the control source, is it because im trying to update them to dCdate which is a date ?
  4. S

    report record source and control source help

    hi everybody i ned to make a reports record source and the control sources for a few text boxs a bit more dynamic, i have a report with 27 txt boxs going accross, the control source for these will change as they are named after dates, depending on a value set in a form.. they are named w1 to...
  5. S

    most efficient way to achieve structure ?

    fldWeek i think
  6. S

    most efficient way to achieve structure ?

    my current code has a running count and is now working to a certain extent, need to tweak it when its working out if a date is active as would like it to take into account the entire week not just that particular day.. just i feel the code is so big and cumbersome (and lazy, lots of if's)...
  7. S

    most efficient way to achieve structure ?

    sorry lol im rubish at explaining myself the fields p1startdate|p1enddate are project1 start date and project1 end date and their are similar fields for the other projects the incremented date is checked against these two dates and if it site between the start date and end date then its...
  8. S

    most efficient way to achieve structure ?

    hello, ive got a problem im wondering if any1 can help me with... im trying to achieve data to be displayed in either a query or a table in a certain way... atm im using a huge peice of code to sort the data and insert it into a temp table (which still doesnt workk 100% yet) to achieve what im...
  9. S

    2003 not behaving like 2007 problem ??

    right thanks guys, the hide know file types seems to have doine the trick thanks a lot :) scoobs
  10. S

    2003 not behaving like 2007 problem ??

    just changed my code to this If Dir("C:\Snipers MS2\logs\*.log") = "" Then MsgBox ("No New Logs") Exit Sub End If tested it works perfect on my access 2007, my friend still has same problem, still gets message "no new logs" even though their is definatly logs in C:\Snipers...
  11. S

    2003 not behaving like 2007 problem ??

    my first guess was user error, but ive been through it time and time again with him and he swears hes got the dir's setup correctly, ill try all your suggestions and report back cheers scoobs
  12. S

    2003 not behaving like 2007 problem ??

    i did in my first post, the bit of code that displays the message is first followed by the code for the module that actualy checks
  13. S

    2003 not behaving like 2007 problem ??

    hello, i run a small app to manage various stuff to do with our server, im running access 2007 and a friend of mine is running access 2003 i have some code that downloads logs from a remote location if they are present, theirs a small bit of code that test whether its downloaded any and if...
  14. S

    Long Number problem

    works a treat, thanks every1
  15. S

    Long Number problem

    think your onto something, they key is so huge a number the digits on the left prob wont move at all, ill try it but think it will work like you said :) scoobs
Back
Top Bottom