Hi!
Originally I had a 1:n relationship (method 1 ---- n topics). I realized I needed a n:m relationship, therefore I created a help table.
method 1 ---- n methodTopicLink n -----1 topic
how do I create a form in order to manipulate the methods and topics at once? do I need two subforms?
I...
but:
AllowEdits means, I can edit the form. How do I view an empty one? I don't want to edit existing records.
If the solution is docmd.gotoRecord, , acNewRec, I am in troubles.
The button gotonextButton is on the mainframe. but the record which has to be browsed is in a subform. Which...
Hi!
Question 1:
I have two subforms on exactly the same place. they are even the same, but one is for reading and the other one is for inserting records.
how can I do
Data Entry = true
or
Data Entry = false
in VBA to diversify those forms? There is no field like that?
a workaround (or...
how does that work? and I guess you mean the second combobox. because the first one shows all guitartypes. if you choose one specific, you have the possible models in the second combobox. that works for now.
but if I click the second combobox I want all details about it.
hi MStef,
it's not about what I need, it's about what my boss wants :/
So the first combobox you can select the type, then in the second you select the specific model of the guitar. and AFTERWARDS you get all information about the specific model displayed.
What you send me, is just the...
hey zzteam, thanks for your offer!
there is just a small problem. it's a bank's database. so the guitar values are fake.
but anyway, I almost got it: Since the values come from the same table, I don't need any form. I just need to know, how to write the values into corresponding textfields...
hey,
I am new in MS Access programming, so here is a very trivial question:
I have one table with guitarbrand, guitarmodel, id, owner...
I have one combobox where I can choose the guitarbrand, and one where I can choose the guitarmodel. then I want to see the corresponding information below...