Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by haj1503

  1. haj1503

    I cannot make new entry to my database at Novell Server

    Hi Friends, I don't know in Novell Server but I must to know because I want to installed my MS Access Database inside the Novell Server. What I'm facing know I cannot make entry to the db and sometimes get my db HANG. Anybody in expert Novell Server can solve this problem? Best regards.
  2. haj1503

    MS ACCESS 2K in Novell HANGGGG

    Hi friends, I've facing problem to solve my Acess 2K HANGGGGG when I trying connect to Back End in Novell Server I don't know how to solve the problem so far my PC specification higher : RAM 256, Window XP Professional Flatform, Pentium 4 2.4Ghz Anybody can tell me how to solve the problem is...
  3. haj1503

    MS ACCESS 2K and Window 95

    Hi Herman, Thank in advance for you advise, one more thing that I need to arise here, since my current company need the application that I've developed to be run sooner then no point also, I should be to follow my boss instruction, did you agreee.... Anywhere, do you thing the specification...
  4. haj1503

    MS ACCESS 2K and Window 95

    Hi friends, I've developed one application by MS Access 2K and installed in Server which using Novell. Right now, I'm trying run the MS Access 2k through Novell Server which using windows 95. Any conflict will arise?. what kind of PC specification I need to be run? Please help me to solve...
  5. haj1503

    Prevent Table from edit or amendment

    Hi Red, I agreed with you, for your information, WHY I need to do like that because my current company need myself develop the application with MS Access. to be ensure that the application cannot to amendment from users, they need me to ensure that this will not happend. How I need to ensure...
  6. haj1503

    Prevent Table from edit or amendment

    Hi hermanlaksko, Actually I've the form for individual table which I need my users cannot make amendment unless input data just all, because if their can enter to the table, they maybe can make amendment. and also if they can make amendment the information would return wrong unless the admin...
  7. haj1503

    Prevent Table from edit or amendment

    Hi friend, I've difficult to prevent my user from edit my table, did you know how to prevent my table from amendment or edit? I've tried to hidden my table but the user still can amend the data from table. I also have disabled my application from the user to press shift key. right now the user...
  8. haj1503

    Property Not Found

    Hi DVh75, Nice to meet you and thanks a lot for your replied to this discusssion. Could you give me your e-mail address at least I can submit the sample DB for you look into. hopefully you can tell me what are currently problem. Best regards.
  9. haj1503

    Property Not Found

    Hi friend, I received this message "Property not found" to the following function with Red color. Public Function SetAppProp(prpName As String, prpType As Integer, prpValue) Dim prp As Property Const conPropNotFoundError = 3270 On Error GoTo SetAppProp_Err...
  10. haj1503

    Catering Database sample

    Hi friends, Currently I'm developing database for catering business nature, I need help from you guys if you have some example to me try to learn to develop the database. thanks in advance.
  11. haj1503

    How to create Product key Ms Access...

    Hi, I would like to create something like product key in my Ms Access Application. May somebody can help me.
  12. haj1503

    If Then Else Statement

    Hi Jim, Many thanks to your replied, when I,ve read your thread I've changed my code like this : If Me.UnitsConsumed < Me.CodeNo.Column(7) Or Me.UnitsConsumed = Me.CodeNo.Column(7) Then MsgBox &quot;Are your want to update the quatity issued?&quot;, , &quot;Materials & Procurement...
  13. haj1503

    If Then Else Statement

    Hi friend, actually, i have been tried by event procedure after update something like this; If Me.UnitsConsumed > Me.CodeNo.Column(7) Or Me.CodeNo.Column(7) = 0 Then Else MsgBox &quot;Hi Friend your quantity issued exceed with quantity stock on hand, please see your superior for updating...
  14. haj1503

    AutoNumber problem is driving me CRAZY!!!

    Hi rob, I do something like this: Change your table field AutoNumber to Number and increment. after that in your form do like this: On Current Event: If Me.NewRecord Then On Error Resume Next 'It should never occur, just to be sure... Me!yournumber.DefaultValue =...
  15. haj1503

    Make Database work for some period of time?

    Hi Rick, I also need more information regarding for the above mentioned, may your elaborate to me how to do that... i am very appreciated if you can explain to me. Thanks, Haj1503

Part and Inventory Search

Back
Top