Search results

  1. R

    stupid :( cannot merge tables ...

    I have two tables both with a F1, F2, ...Fn fields. Like : tabl1: F1, F2, F3..... 11,22,33 111,222,333 tabl2: F1, F2, F3..... 44,55,66 77,88,99 I want to merge to one table like this : tabl1: F1, F2, F3..... 11,22,33 111,222,333 44,55,66 77,88,99 It is easy ...if U know what U need to...
  2. R

    NTVDM error c0h

    This message "NTVDM has encountered system error c0h" apears when i try strat dos application. OS - Win Xp, ServicePack 3. No viruses (NOD32), no any suspicious prog, process..., correct autoexec.nt & config.nt...All, what i guess i do it, but there is not solution. Can U help me?
  3. R

    print - out of paper

    I receive one doc file. When i try to print it i receive message "Out of paper" (there are some of sheets in print tray) before each sheet. After click "Continue" document printing right. I cannot guess what happened :(
  4. R

    error “#Name?” ....

    I have one shared mdb. There is a field in form that fill function “Nz”. All works fine. No problem on any station, but on “server” I have error “#Name?” unexpectedly.
  5. R

    ... cannot load user's profile...

    Hi, this is a short description my prob.. I create a new user (account type - comp.admin.) ..step by step (in win xp). When i logging first time as this user i receive a msg "Windows cannot load user's profile but has logged you on with the default profile for the system"..and i cannot do...
  6. R

    open query...

    Hi all, can i open 3 Queries with one (the same) criteria at the same time? tnx
  7. R

    help combine records

    Hi,all There are 3 records of my table: DID DNom DBr DF1 DF2 DF3 DF4 DF5 DF6 DF7 DF8 DF9 DF10 38 103 10 12 22 21 33 33 39 103 7 9 99 40 103 10 20 /"DBr" shows how fields should fill/ I want combine these 3 records...
  8. R

    Calculate-Form-Error

    I have a form based by tabl...so easy example I have field sum1, sum2....sum30 in the tbl Want on bottom of form show SUMALL=sum1+sum2...+sum30 (dont keep this SUMALL..just show). I think i do all right, but i see "#Name?" :(
  9. R

    split table

    I have one table - 40 fields, 40000 records. Iwant split this one table up to 4 different tables (keep data). Is there an easy way, pls?
  10. R

    auto fill ... if exist

    Hi all, I have a table with examp. fields: T_nom,T_name,T_code,T_phone..... I have a form, based this table. I'd like to be able to enter T_code into my form and if it exists then T_name fill automatically on the form and skip to the next part of the form without prompting. If not – then...
  11. R

    duplicate check

    Hi all, I make a table "CATGRY" with 3 col: CATGRName, CATGRPic, CATGRDescrip For field CATGRName i set "Indexed =Yes(No Duplicate)" in the table. Then make form, based on this table.... When I input duplicate CATGRName I want receive my msg "DUBL DUBL", clear box and input new name again. What...
  12. R

    position on screen

    Hi all, I have an initial window with 4 "command buttons". They open 4 forms. Is there a way to set a different position on screen these forms? I want to view them all, thereby. Excuse my poor engl...& my easy question, maybe :) 10x all
Back
Top Bottom