Search results

  1. Thedon123

    join string and text

    i have wo sets of data. C code: 1111 and store code :1121 i wish to join these together automatically in another field so as to give Place : 1111-1121 how would i do this cheers
  2. Thedon123

    Date

    I have found a site that helps with this. http://support.microsoft.com/default.aspx?scid=KB;EN-US;q88657&
  3. Thedon123

    Not that important question

    thanks
  4. Thedon123

    Not that important question

    how do i add the british flag like yours.
  5. Thedon123

    Date again

    i still get the message as stated in the first thread. if i enter now() it will work. but i do not want the time
  6. Thedon123

    Date again

    in another database there are alredy dates entered . i want the default date to be whtever the currebnt date is but when i put Date() in the default value box it givews me the error shown below Unkown function "Date" in default value on file people
  7. Thedon123

    Date

    Thanks mate that brilliant it works
  8. Thedon123

    Date

    I have done that but when i go to a query. The prompt i have set asks the user to enter the month/year it does not display any results for that month. this is because it wants the day also. still need help.
  9. Thedon123

    Date

    i would to set the default value of a field of type date/time to display just the current month and year automatically. How would i go about doing that.
  10. Thedon123

    problems with date input mask

    sorry mate use dd/mm/yy in the format
  11. Thedon123

    problems with date input mask

    Instead of using 99/00/00 use dd/mm/yy as the mask
  12. Thedon123

    Date/Time

    I have lots of data to enter in the database and i do not want to keep on entering the date in the date field. Is there an automatic way of doing it in access
  13. Thedon123

    accessing database

    cheers mate i resolved it by holding down the shift key when opening the database
  14. Thedon123

    accessing database

    my colleague before me who created the database ha somehow locked it so thet i can only gain access to interface screen. How would go about getting access to the main screen where i can update the database. The dbase creates a script file *.xvs but as win 2000 has been installed the script...
  15. Thedon123

    looking for queried out records

    I have a query that matches one code to anoteher. There are normally 2000 records. i only get 1500 displayed. how do find the ones that are not being displayed Thanks
  16. Thedon123

    problem

    Cheers mate problem solved
  17. Thedon123

    problem

    To your question do the end letters mean anything. Yes they do they are multiple instances of the value. The problem is i have a set of values atleast 2000 with these instances and the only thing the links trhge two tables is the primary key values. All i want to do is to get rid of the...
  18. Thedon123

    problem

    i have to sets of table with primary kaeys as follows 45366rf2 for table 1 and 45366rf2e for table 2. They are both linked by these keys. Problem. when i create a query to search for something in table 1 using the primary key of table 2 it does not work because of the extra letter at the end...
Back
Top Bottom