Search results

  1. S

    Open a Database with Admin permision or view

    I have a database that my co-worker developed, but he is not here anymore. I have a front-end and back-end. The forms are in the front-end, but when I open the front-end I can not access to the Design View. When I open the front-end a form come up and I do not find the way to see the...
  2. S

    Unblock Access 2007

    I have queries and forms in a database in access 2003 and everything works perfect, but when I open the same database in access 2007, the queries, and the instuctions such as bottoms in the forms does not work. Thanks for your help
  3. S

    Open a Database with a quick link with Access 2007

    I developed a Database in Access 2003. I put the database in a server so more than one person can access to the database at the same time. I did a quick link to the data base, to be able to access more than one person at once. Now my problem is when somebody try to open the quick link from...
  4. S

    Take a value in a textbox form a combobox

    I have a combobox feed from a table with two differents fields (name and employeenumber) But I am only showing the name in the combobox. Now Whenever I select the name in the combobox I want automatically to introduce the asociate employeenumer into a textbox. I tried like this but I don't...
  5. S

    Add a New Record

    I having problems adding new records: I believe it is because the pointer in the table is not in the last record, but I don't know how to force to the table start in the last record. I created a form, where I created all the objects with the option --> Remember the value for late use. Then...
  6. S

    Reload a ComboBox

    I have a form, where I can introduce a new data in a table. Let say: Table1, Fields: Name So I introduce a Name in a the field Name: Jhon So now, Jhon is in the database in the same form I have a combobox with all the names existing in the database. When I introduce the...
  7. S

    How to restart and autonumber field

    I have a autonumber field, but it is always sum number even I delete all the records before. I would like to konw if after delete all the records, there is any way to restart the autonumber field to zero. Thanks
  8. S

    Get in VB the value of a field in a table

    I am trying to be able to store in a variable in Vb the value of a certain field from a table. Let say that I have table1, which field are ID, Name ID Name 1 Jhon 2 Eric 3 Sam 4 Anna I want to get the value of the last ID existing in the table1. So I looking for how can I...
  9. S

    How to pass the value of a text from a form to other form

    I have the value of a text in form1 and I want to pass the value to the form2. How can I do that? I tried something like: Dim Text As string text = text1.Value Forms![Form2Name].Textinform2.Value = text But it doesn't work Thanks
  10. S

    Get user name

    Anyone knows how can I get the name of the user that is using the database in a determinate moment. something like getUserName or something like that. Thanks
  11. S

    Security

    I have a database with a a Security System. I have a file with all the users and all the groups. I have a form to ask for information to users. So when anyone open the database, Access ask for user and password, then if you are in the list of user, you can get into the database. Now you find a...
  12. S

    Get data from from a Combo

    Anyone call help me and let me konw how can I get the value selected in a Combobox in Access Visual Basic? I trying to use something like in Visual Basic but doesn't work. Dim ValueRerturn as string ValueRerturn = ComboBox5.Text ' So I can get in ValueRerturn the value selected in the...
  13. S

    How to changes the Field List

    I have the Field List reference to a Query, but Now I want to reference the same Report to a different Query. How can I do that? Thank you in advance
Back
Top Bottom