Search results

  1. R

    How to check each tbl for a date, then archive all data older than a month?

    Morning everyone, Im using Access 2003 to try and create a sort of auto-archive function, (i will stick on AutoExec when finished) I have so far only managed to loop through all the tables but don't seem to be able to view the tables for fields like DATE or DATADATE. I figure the append...
  2. R

    Recordset transactions not completing, no error message!

    Afternoon all , Im running 2003 with a BE/FE setup (all in Access) I have a piece of code which doesn't seem to work and wont give me any error messages. I believe it is something to do with there being no records in this recordset but no matter how hard i try to work around it, i cant...
  3. R

    Labels/Textboxes not displaying their values, coming through blank! [ACC2003]

    Morning all, Im going crazy trying to work out why my access form is full of black boxes, each time i open the form it changes all labels so instead of white text on a black box, it is just a black box. Also i have two textboxes with control sources such as.. = Forms!Form2!txtAddress.Value...
  4. R

    Can't get Access to display any error messages?

    Hi all, Im running Access 2003 and for the life of me i cant find out how to get error messages back. To be honest i dont remember ever turning them off, and if i ever use DoCmd.SetWarnings it for turning off SQL append/insert statements.. Is there somewhere (or is there some code) to turn...
  5. R

    Deleting all data from B_E database tables. (AC2003)

    Hi all, Im trying to write a query so that all data in all but two tables is deleted, not the tables themselves only the data. I keep getting these errors when im trying to build a suitable query.. COULD NOT DELETE FROM SPECIFIED TABLES or TOO MANY FIELDS DEFINED With any luck i'd like...
  6. R

    SQL statement won't filter out dates?!

    Hi all, thought i had finished this one but apparantly not yet :) Firstly can anyone see a problem with this statement? SELECT Final.* INTO NewTable FROM Final WHERE LoginDate <> #02/07/2007# It works fine with non date/time values.. It's probably something silly i know but any help is...
  7. R

    Wildcard problems inside If statement.

    I posted the below at the msdn discussions page.. Was hoping someone on this site could help also. ********************************************************** Morning all, Im having a bit of a problem when it comes to setting some criteria for an If statement. Basically im trying to say if...
  8. R

    Query to use values in form as WHERE clause

    Morning all, Am trying to create a really simple form where the user can select one of five fields, an operator (just =, Not, <, and >) and the values are pulled from whatever field is chosen. I have the form down and can populate the values list based on the field however now i need to use...
  9. R

    Cannot find the database or some database objects the page refers to. Update the....

    Hi all, Having a problem when trying to create DAP's using Access 2003. I get the above mentioned error message when using SAVE AS to save an access table. If i try to SAVE AS with a form it says "could not find field" I guess this is some kind of obvious connection problem, if so could...
  10. R

    How to control multiple databases from one 'master' database?

    Hi all, i hope this is posted in the right place first of all :) apologies if not.. I have about 8 individual databases which will be used simultaneously by users. I wish to be able to have full control over these databases from a 'master database' including being able to delete the data in...
  11. R

    Linking forms so appropriate record is selected when opening another form?

    Hi all, I have a database with about 7 forms, from the main form i want to open an address/status updater.... however when i navigate from the main form to the updater the appropriate Account number and customer name are not pulled through as well, meaning i will be updating the address for...
  12. R

    Linking forms so appropriate record is selected when opening another form?

    Hi all, I have a database with about 7 forms, from the main form i want to open an address/status updater.... however when i navigate from the main form to the updater the appropriate Account number and customer name are not pulled through as well, meaning i will be updating the address for...
Top Bottom