DanielleCO
Member
- Local time
- Today, 08:48
- Joined
- Feb 18, 2024
- Messages
- 31
Hi, thanks for your reply. if i can't use the lookup then how i get to choose form a list if i want to make sure to always use the same caracteristics?
ok, i'll give it a tryHi Danielle
MajP said to remove the Lookup fields. All you need o do is change the Lookup to Text Data Type.
Then on your Data Input Form you create 2 x Combobox's. The 1st Combobox Looks up the Margin1 value, then the 2nd Combobox
would only show the matching Margin2 value.
You need a Main Form based on Customersok, i'll give it a try
ok. i'll give that a try. the more i learn about access the less i understandYou need a Main Form based on Customers
With a Subform based on Orders set as a Single Form then
nested in the subform you need another Subform based on OrderDetails set as Continuous Form.
You should NOT use Lookups in a table. When you create a Form based on your Products Table you would create a Combobox to Lookup the Category.sorry Mike60smart but i don't understand. what lookup fields is MajP talking about?
those in my tables? for example in my products table i have a lookup to the category. if i set this to text then i can't choose from a list anymore.
yes that i understand but when i create new products in my table i want to link them to a product category. not in the form but in the tableYou should NOT use Lookups in a table. When you create a Form based on your Products Table you would create a Combobox to Lookup the Category.
OK Here is your Product Form with the Category Combobox added.yes that i understand but when i create new products in my table i want to link them to a product category. not in the form but in the table
With mentioning that, I just wonder if the database was designed by ChatGP.....i get an error. Chat gpt tells me i need to use vba but i can't make it work.
no it wasn't. i had a look at a youtube video that i duplicated. it was what i wanted in the video and i made it exactly the same in order to modify it afterwards in fucntion of my needsWith mentioning that, I just wonder if the database was designed by ChatGP
AI systems are built on training neural nets on a task and will require to have had a huge number of Access databases passed through it, so to speak. I suspect the number will actually be fairly small and so it is unable to arrive at a satisfactory solution. (unless MS, Google or your anti-virus downloads and sells all of our accdb's of course!)
Additionally, as with all generated software the result tends to be verbose, and can be difficult to follow and maintain.
If it did originate from ChatGPT, then that will explain the design. So out of interest; was it a ChatGPT development?
Hi Mike, yes i did manage. thank you so much. i'm still facing an other problem though. i've added a new post about this. i'll send you the name of my post. maybe you could have a look if you don't mind?Hi Danielle
Have you managed to construct your forms based on my suggested layout?
OK send the linkHi Mike, yes i did manage. thank you so much. i'm still facing an other problem though. i've added a new post about this. i'll send you the name of my post. maybe you could have a look if you don't mind?