Search results

  1. B

    Computation in textbox

    Hello everyone Does anyone know how to return a null into a computation. for example textbxa textbxb textbxc 3785.2 - 0 = I want textbxc value to become 0 i tried the nzproperty but its not working. k_2...
  2. B

    Multiple tables in one report

    Hello everyone Anyone know how to create a report from multiple tables. I tried making it but everytime i will choose a table and my other data table there's always a message asking for a relationship. Hello anyone pls can you enlighten me with this one:confused::confused::confused:
  3. B

    before update after update

    hello can anybody help me coding this one.. again theres no luck finding the topic in google i want to update the textbox value automatically without the use of a command button. like in excel if you put the values f4 + e4 into e5 it will automatically update can i do it also in...
  4. B

    textbox to list box via cmd button

    Hello can you pls give me a example for it my mind is twisted right now even google cant help me. i just want to add the information with the help of command button can you help me pls. i dont know where to start for example i want to add john doe *its in my textbox* to my list box...
  5. B

    access file = stand alone program

    guys you know how to make the access file into a stand alone program. where the design is hidden.
  6. B

    sytem time via cmd button

    Guys you know how to get the system time via cmd_button this button will input your system time to the textbox im making a new database now for inventory so i would like to implement the button for the inventory purposes. for time in and out
  7. B

    MSGBOX yes/no Confirmation

    Hello guys i made a message confirmation box the problem is that either yes or no the values within my text box are deleted guys can you enlighten me with this one here is my code If MsgBox("Proceed with the new collection", vbYesNo, "") = vbYes Then MsgBox "Previous Collection...
  8. B

    format adding text values

    Hello guys can you tell me how to make a format when adding a textbox values. For Example my code is Emp1 = name + address + bd how can i make it to Name | Address | Birth Date John Doe | Hamburg Germany | july 24, 1985 hope you help me:)
  9. B

    Texbox values transferred to list box

    Guys can you tell me how to transfer textbox values to the list box. automatically bec i want to continually add the information. to the list automatically. meaning all the dates that i input to the textbox will add to the list box. line after line automatically :confused: Any ideas will...
  10. B

    Displays warning before cmd_button execute

    Hello is there any one here have the idea how to display a msg box before the command button execute. The msg box output Are you sure you want to delete this one yes / no No luck finding the topic in google :confused::confused::confused::confused:
Back
Top Bottom