Recent content by CoderGeek

  1. C

    is there an easy way to merge to Database files

    Thanks for the Response the Data merge would be something that would be done on a daily bases
  2. C

    is there an easy way to merge to Database files

    I have a small problem. I have too people that both have a copy of the same database but with different data in them I would like to be able to merge the too is there any easy way to automate this
  3. C

    whats a good tool for reverse-engineering Access Project

    I'm working on a project that was developed 2 years ago and has had some mod done to it a year ago but there is no documentation or anything on how it's designed to work. I was wonder if anyone here knows a useful too to help me get a overview of the project something that would show what...
  4. C

    What does this mean and how do I fix it.

    figured it out myself here's what I did went into google and entered in the error msg Table 'TempMSysAccessObjects' already exists. and it gave me a couple of links I picked the first one and it lead me to this site http://support.microsoft.com/?kbid=818099 in there it tells you how to fix it :)
  5. C

    What does this mean and how do I fix it.

    ok people I need some help I just started a new job doing access VB programming and my past experiance with access has only really been using it as a database for my asp web site. now I someone proficent with VB and VBA and I know how to create VB forms and macros but here is my problem when i...
  6. C

    Conditional Formatting expression syntax?

    Thanks yeah I just found the Mod operation in the Access help figured I would post how I found it so if someone else had the same problem it would save them some time
  7. C

    Conditional Formatting expression syntax?

    I was wondering if anyone knows the syntax for doing a odds or even type expression in a conditional format. basicly I have a field that has vaules of 100,200,300,400,... up to 900. what I want to do is hilight all the even numbers and leave the uneven white. if someone knows the syntax that...
  8. C

    Need help

    I hope someone out there will know the answer to this problem. I have a form with 2 columns in it. on column states the a size in 1/4 1/2 1 and the other column stats a number of orders to be placed in that size. what I need to do is when ever there is a change in size I want to hilight the...
  9. C

    more than 3 conditions formatting ??

    Any luck on how to create dynmatic conditions here is my problem I just want to change the background color of one of my columns based on the changes of another column I.E. to show the changes in sizes hilite the color of the column to show it changing
Back
Top Bottom