I have a form (f_Pages_Update - based on the table t_Pages_Update) and a subform (f_Keywords_Update - based on the table t_Keywords_Update).
The form has the following fields:
Page
Priority
Level
URL
The subform has the following fields:
Page
Keyword
MonthlySearches
Ranking
Status (Add, Remove, Keep)
For each page, the associated keywords appear in the subform. That part is working fine.
The problem I'm having is when I want to add a new associated keyword to the subform. It gives me an error message: "Visual Basic can't convert the data type of one of the arguments you entered." If I say ok, then I can still enter the new keyword with no more error messages. I would like to know how to prevent this error message.
Also, when I look at the table t_Keywords_Update, I would like that new record to have the Page field populated with the parent Page from the main form. Right now it's blank. Does that make sense?
The form has the following fields:
Page
Priority
Level
URL
The subform has the following fields:
Page
Keyword
MonthlySearches
Ranking
Status (Add, Remove, Keep)
For each page, the associated keywords appear in the subform. That part is working fine.
The problem I'm having is when I want to add a new associated keyword to the subform. It gives me an error message: "Visual Basic can't convert the data type of one of the arguments you entered." If I say ok, then I can still enter the new keyword with no more error messages. I would like to know how to prevent this error message.
Also, when I look at the table t_Keywords_Update, I would like that new record to have the Page field populated with the parent Page from the main form. Right now it's blank. Does that make sense?