Search results

  1. E

    2 Queries 1 Output, Possible ?

    Hi, 1. Like to find out how do I compare login name with value from table 1, results search lists in table to in query criteria ? 2. Eg: Leave Application> Supervisor Login> Display Lists of Names FROM Personnel_Table (ONLY) Where Dept= '" & LoginID!Dept & "'" & " AND AccessRights > '" &...
  2. E

    OutPut of quries1 = Input into Quries2

    Hi, (Thanks for your reading & reply firstly) 1. Basically Output of qury1 generate lists of names & userid with same department. 2. From the department & userid, lookup another table & check if this names/userid exists. Table1- Personne_table (Entails>> UserId, Dept, DateOfEmployment...
  3. E

    OutPut of quries1 = Input into Quries2

    Hi everyone,:) Background: Am developing leave application. Supervisor login> System able to detect any leave awaiting for approval. My Solution: - Search by supervisor dept> list out lists of names (this lists are not captured in any particular controls just using normal quries Eg: SELECT...
  4. E

    Subform Sorting

    Oh No, Error Again Hi Bob, 1. The same error occurred in the case of previously mention Appearance Sorting Error. 2. However this occured only once in about 100 time? 1% chance, but I can't afford it. 3. Was Thinking: Maybe if I do another Query to the destination table to Re-Sort again...
  5. E

    Subform Sorting

    Hi Bob, 1. Think is data type declaration error, record source-Seq= Integer 2. Destination Table-Seq= Long Integer 3. Will do few trial run & see if as suspected. 4. Wish me luck. ;) Regards & God Bless
  6. E

    Subform Sorting

    Hi Bob, 1. Thanks for replying. 2. Pardon me, but my subform recordsource is a select query. 3. Sorting a numerical value integer. 4. don't really get what you mean SQL of the query ?
  7. E

    Subform Sorting

    Hi (appreciate if someone can provide some suggestion), SITUATION: 1. I have main form that contain subform. 2. Subform generates display of an APPEND QUERY. PROBLEM: 3. Though in my query I set sorting (using one of the field- Sequence in asending order), only 85% of time data display is...
  8. E

    Generate Queries Output to Multiple Subform

    Queries Hi Bob, 1) Tried my queries it works so far. 2) I tried to fine tune the queries. 3) Will keep you posted Thanks & God Bless
  9. E

    Allow Multi-User Environment

    DB Splitter Problem Hi, (Thanks For Reading this thread) 1) I did tried Db Splitter it manage to reduce the size of overall application. 2) However I face 2 problems here. 3) First, If I were to save my file db1 into db2 I had error says unable to execute SQL code3 bla bla bla...
  10. E

    Database Splitter Error

    Hi, Thanks for reading my thread. 1) I have a situation whereby I did a Database Spilitter in my MS A2K. 2) Setting Default to User, Startup in User, Application resides in Common Network Drive of my company. 3) Workstation A could start up application, but Workstation B click on my...
  11. E

    Total Daily Sales Queries By Model/Total

    Ok Hi, Right, will go test it out & see if it works. Thanks & God Bless
  12. E

    Recordset Edit unabled

    Hi, 1) My applications have a main form and few subforms. 2) I set enabled for all forms & subforms (under properties). 3) I do also set my forms & subforms programitically/coding wise (AllowedEdits,Enabled to True) 4) I go to the extend of open up the form in acFormEdit from the calling...
  13. E

    Allow Multi-User Environment

    Tried & Works! Hi, 1) I tried & it works. 2) Btw, I hope it have no implication on my coding. I observe that Access split into back end tables & front end (Forms, Subforms, queries) Thanks & God Bless
  14. E

    Generate Queries Output to Multiple Subform

    Casade Updates? Btw, As my forms> subform(1), subform(2) link to main form by book name, 1)Do I need to create anything so that when user update by book name all other table will be able to do the necessary changes? 2)And I heard about casade updates things like that, If I implement it will...
  15. E

    Generate Queries Output to Multiple Subform

    Will Try it Out Hi, 1. Thanks Bob, will try it out. 2. But I aint so familiar with queries stuffs. 3. Is it going to be an update queries? 4. & All the subform link one of the primary field with the main form's field ? 5. How does update queries works ? Regards & God Bless
  16. E

    Playing Window media control in Access 2000

    Sorry for the late reply Hi Cyber Lynx, Thanks for the help so far. It all works well. Trying to solve a couple of small bugs here and there and looking for a spilitter thingy. Regards & God Bless
  17. E

    Allow Multi-User Environment

    RE: Simple Software Solutions -------------------------------------------------------------------------- Hve you split it between front end and back end? What Do you mean, sorry I am kina quite green to this. Have you got it to open exclusively? I open it exclusively when I need to do some...
  18. E

    Allow Multi-User Environment

    Hi, 1) I develop my application(Ms-Access 2k) and put into company network directory. 2) The problem here is only 1 user allow to access per time. 3) Is there any setting I miss out? Thanks (In Advance) & God Bless
  19. E

    Generate Queries Output to Multiple Subform

    Hi, 1) My application allows Librarian to search by book name instead of browsing through large numbers of record. 2) In my form, I had 3 other subform- 2a) Borrowers Record. 2b) Books Info (Containing ISBN, Author, Publisher) 2c) Books Detail (Contents, Topics, Pages) 3) So I able to...
  20. E

    Playing Window media control in Access 2000

    It Works Hi CyberLynx, I tried it & it works ! PS: By the way, Do you have any good recommendation access 2000 programming books ? :)(Thanks & God Bless)
Top Bottom