Search results

  1. J

    how to make the combobox has a restriction for inputing text

    A pleasant Good Day to all members and programmers of World Access Forum World Wide!! :);) Dear Sir, I have a question about for combobox. I have a field from my tables that a text only then I make in the look up property field to become combobox then row "source type is a value list"...
  2. J

    Log-in database problem username and password

    Dear Sir, I have an error message or debug message in my code in username & password log in.. it has an error in if else statement empname is a cobobox empass is a txtbox logempID is a autonum I.D usrnmpass is a table name there's an specific record in a table of usrnmpass showing in the...
  3. J

    Combo box with msgbox if the selected item is not in the record

    Dear Si, I want a Messagebox to be appear if the selected item or if the input item in the combobox was not in the record. I used this condition in combobox ="[asstnumbr] = " & "'" & [Screen].[ActiveControl] & "'" but when I try this run code function in macro via IFF will become error...
  4. J

    My new record going first record instead to the last record

    Hi! I just wanna ask if I going to add new record in my database... the new record going to the first record instead of last record. can you tell me why this happened and give me a solution... Thanks you so much & more power.. Thanks,
  5. J

    How to open a report from filterized subformquery

    Dear Sir, Another, If I want to open an report from the filterized subform query, what is the conditional Expression for the macro builder to open the filterized record from my subform query. I want that if I click the command button to open a report. I want that, What ever I selected record or...
  6. J

    code for the combo box if there's no record found it will display msgbox to no record

    Dear Sir, Good Day! I have a problem with my database I have a combo box that will search for my record. Actually its working I input the specific number it goes to the specific record. But I want, if there no existing record in my database it will display a Messagebox that "No record Found" I...
  7. J

    How to open a spicific record from given value of inputbox

    Dear Sir, I want to ask what is the code for Macro Builder in a command button if I want to open a report from the given value of inputbox. I made a command button to open a report but it will ask first the required value from inputbox I put. then it will open the report of specific record from...
  8. J

    How to make a specific textbox become current system date to all records

    Hi! I have a problem in my Database system. The title of my Database is Employee Evaluation. This is my problem.. I already make the default value the txtbox a current system date. but for the next day.. the txtbox for all record should become a current system date. but only the for the new...
Back
Top Bottom