Search results

  1. H

    Block Calender Date

    Hi Friends, How I can do to "block" my calender date with red colour then when my user click to that date then msgbox pop up to inform that the date selected was full or block by admin. Another matter how I can write code to give access to my admin to block the date he need and then other...
  2. H

    create link from back end with set password

    Hi, How to write code to make link to my backend database which have set password? like: In the Form, I create one button which will create link to backend with set password. also the back end in the following address C:\Project\UWL\TicketBE.mdb. I want do this because I don't one my user know...
  3. H

    Ms Access 2000 on Networking HANGGGGG

    Hi friends, I'm facing the problem which my application I've developed with Access2K Hanggggg in networking, I ve tried it in our networking Server 2K so far no prblem but when I installed it to Novell Server that application HANGGGGGG. I dont know how to solve the problem, I ve try any...
  4. H

    overflow

    Hi friends, Anybody can help me how to solve this overflow message where I want to disable the msgbox overflow. Private Sub UnitPrice_AfterUpdate() DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 Me![RunningTotal] = Me![Qty] * Me![UnitPrice] If IsNull(Me![OnHand])...
  5. H

    Auto update field

    Hi friend, What I can do if I want the field automatically update when i open the form, please find the file attached for you kind review. for example: the field Bread%, Cake% and dry doods% will automatically update the figure when I open the form and If I update from the table source, the...
  6. H

    Date range in form

    Hi friends, I've tried to make date range to produce report, right now I would like to produce the similar data in my form but I can't get produce the data like report, could somebody can help me how to solve this matter, I,ve attached my sample db for your review. Thanks in advance. Best...
  7. H

    Ms Access 2000 on Windows 95

    Hi friends, I've developed one application (MS ACCESS 2K) that currently using windows XP Home. Right now, I trying to install it to windows 95. It's any effect or affect to the application itself if I running by windows 95? what cause will happend? and any suggestion what I need to do to...
  8. H

    Prevent table from amendment

    Hi friend, It is possible to prevent my table from my users make amendment instead from my form or create a new database and make link which the new database without password. Your cooperation is much be appreciated.
  9. H

    Propertu 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. H

    Open another form if data in currently is unavailable

    Hi friend, I've facing problem with my function Dim db As Database Dim rs As Recordset Set db = CurrentDb Set rs = db.OpenRecordset("tbl_CustomerResv", dbOpenDynaset) If ResvDate = " " Then MsgBox "No reservation has been enter for this date, Did you want to...
  11. H

    Continous form with subform

    Hi Friends, I Think this is a crazy question cause in Access itself mentioned can't insert subform in continous form but I don't know maybe around this world discussion have cleverest people that might to solve this matter. Did you have any idea, how to insert continous form with subform...
  12. H

    Runtime Error 3270

    Hi friends, Ive facing this problem when I started to use this function, which the source module I found from the internet. Once I run the module, I've received this message " Runtime Error 3270 Property not found" Sub ExpiryDate1() 'creates or resets a property called ExpiryDate 'to use it...
  13. H

    Error Access File

    Hi friends, I've facing this problem long time ago, once I have finish my project I need to compile the VB so that the MDB file will be decrease but the problem is I received this messagge "Error accessing file, network connection may have been lost" what actually have been happend, please...
  14. H

    How to auto open MS Access when Start the PC

    Hi Friends, I've develop one database that i called "Laundry". This application I using for my nearest future nature business. My question, its possible when I start my PC, then that application will automatically open with. Your replied much be appriciated.
  15. H

    Registration Number

    I have a database that I would like to create the registration number which if the user didn't enter valid the registartion number into the database then the database will disable the program and soon after period given. Any ideas on what I can try? Anyone ever tried to do something like this?
  16. H

    Catering sample database

    Hi friends, I'm very happy and happy since I've found this discussion forum. Actually, our company need to me to develop one database using MS Access for catering business, I've navigate to the internet to search sample database for catering but until now I'm still not find. Hopefully, all of...
Back
Top Bottom